summaryrefslogtreecommitdiffstats
path: root/libmpdemux/matroska.h
diff options
context:
space:
mode:
authormosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-11 20:24:20 +0000
committermosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-11 20:24:20 +0000
commit0723498eef370f68ef22dfaaeda5dcd1b9d6c788 (patch)
tree34f847b0c9cf6a3ea4e0fb097f44543b13c7c3fc /libmpdemux/matroska.h
parent6ab50ab057f758e13b6cea952cbea8ec07222a4f (diff)
downloadmpv-0723498eef370f68ef22dfaaeda5dcd1b9d6c788.tar.bz2
mpv-0723498eef370f68ef22dfaaeda5dcd1b9d6c788.tar.xz
Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented support for RealAudio and RealVideo inside Matroska.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10411 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/matroska.h')
-rw-r--r--libmpdemux/matroska.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libmpdemux/matroska.h b/libmpdemux/matroska.h
index 404d840a17..da24a555f2 100644
--- a/libmpdemux/matroska.h
+++ b/libmpdemux/matroska.h
@@ -21,8 +21,17 @@
#define MKV_A_PCM "A_PCM/INT/LIT"
#define MKV_A_VORBIS "A_VORBIS"
#define MKV_A_ACM "A_MS/ACM"
+#define MKV_A_REAL28 "A_REAL/28_8"
+#define MKV_A_REALATRC "A_REAL/ATRC"
+#define MKV_A_REALCOOK "A_REAL/COOK"
+#define MKV_A_REALDNET "A_REAL/DNET"
+#define MKV_A_REALSIPR "A_REAL/SIPR"
#define MKV_V_MSCOMP "V_MS/VFW/FOURCC"
+#define MKV_V_REALV10 "V_REAL/RV10"
+#define MKV_V_REALV20 "V_REAL/RV20"
+#define MKV_V_REALV30 "V_REAL/RV30"
+#define MKV_V_REALV40 "V_REAL/RV40"
#define MKV_S_TEXTASCII "S_TEXT/ASCII"
#define MKV_S_TEXTUTF8 "S_TEXT/UTF8"