summaryrefslogtreecommitdiffstats
path: root/libmpdemux/matroska.h
diff options
context:
space:
mode:
authormosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-26 16:36:03 +0000
committermosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-26 16:36:03 +0000
commit2f8386388329aee07197b885c1d1d65eba81c6b1 (patch)
tree6c571e03a55b39cd906508ad28479a1b94427732 /libmpdemux/matroska.h
parentabe36816296f4b11378549d8012ba74a9091fc3f (diff)
downloadmpv-2f8386388329aee07197b885c1d1d65eba81c6b1.tar.bz2
mpv-2f8386388329aee07197b885c1d1d65eba81c6b1.tar.xz
Added support for MPEG-1 and MPEG-2 in Matroska.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14055 b3059339-0415-0410-9bf9-f77b7e298cf2
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"