tagparser/matroska/matroskatagid.cpp

15 lines
314 B
C++
Raw Normal View History

2015-09-06 19:57:33 +02:00
#include "./matroskatagid.h"
2015-04-22 19:22:01 +02:00
using namespace std;
/*!
* \brief Encapsulates Matroska tag IDs.
* \sa See https://matroska.org/technical/specs/tagging/index.html for a complete list of the officially supported Matroska tag names.
*/
namespace TagParser {
2015-04-22 19:22:01 +02:00
namespace MatroskaTagIds {
}
2018-03-07 01:17:50 +01:00
} // namespace TagParser