summaryrefslogtreecommitdiffstats
path: root/libmpdemux/matroska.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/matroska.h')
-rw-r--r--libmpdemux/matroska.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/matroska.h b/libmpdemux/matroska.h
index f19f367407..218cc42827 100644
--- a/libmpdemux/matroska.h
+++ b/libmpdemux/matroska.h
@@ -45,6 +45,8 @@
#define MKV_V_SORENSONV3 "V_SORENSON/V3"
#define MKV_V_CINEPAK "V_CINEPAK"
#define MKV_V_QUICKTIME "V_QUICKTIME"
+#define MKV_V_MPEG1 "V_MPEG1"
+#define MKV_V_MPEG2 "V_MPEG2"
#define MKV_S_TEXTASCII "S_TEXT/ASCII"
#define MKV_S_TEXTUTF8 "S_TEXT/UTF8"