summaryrefslogtreecommitdiff
path: root/libavformat/matroska.h
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-06-08 19:28:22 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-06-08 19:28:22 +0000
commitc31f00ed630877e4c0792fc93e19b969a45d52fb (patch)
treef3977cc3a4d75b5aa5ce6866acb0b2ef7f7c18d6 /libavformat/matroska.h
parentb659c8b4b772a885e8fea2911199bd5d98854cd9 (diff)
Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead of
libmatroska etc. typo) but continue to support the "old" value. Originally committed as revision 23539 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroska.h')
-rw-r--r--libavformat/matroska.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/matroska.h b/libavformat/matroska.h
index 40ab3a7424..0d0d0bcff4 100644
--- a/libavformat/matroska.h
+++ b/libavformat/matroska.h
@@ -148,7 +148,8 @@
#define MATROSKA_ID_TAGNAME 0x45A3
#define MATROSKA_ID_TAGSTRING 0x4487
#define MATROSKA_ID_TAGLANG 0x447A
-#define MATROSKA_ID_TAGDEFAULT 0x44B4
+#define MATROSKA_ID_TAGDEFAULT 0x4484
+#define MATROSKA_ID_TAGDEFAULT_BUG 0x44B4
#define MATROSKA_ID_TAGTARGETS 0x63C0
#define MATROSKA_ID_TAGTARGETS_TYPE 0x63CA
#define MATROSKA_ID_TAGTARGETS_TYPEVALUE 0x68CA