diff libmpdemux/matroska.h @ 23271:85ad4dd0e439

Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv
author reimar
date Thu, 10 May 2007 14:01:53 +0000
parents bfd340cdac88
children d1384f52f892
line wrap: on
line diff
--- a/libmpdemux/matroska.h	Thu May 10 13:58:57 2007 +0000
+++ b/libmpdemux/matroska.h	Thu May 10 14:01:53 2007 +0000
@@ -52,6 +52,7 @@
 #define MKV_V_MPEG4_ASP  "V_MPEG4/ISO/ASP"
 #define MKV_V_MPEG4_AP   "V_MPEG4/ISO/AP"
 #define MKV_V_MPEG4_AVC  "V_MPEG4/ISO/AVC"
+#define MKV_V_THEORA     "V_THEORA"
 
 #define MKV_S_TEXTASCII  "S_TEXT/ASCII"
 #define MKV_S_TEXTUTF8   "S_TEXT/UTF8"