[Mplayer-cvslog] CVS: main/libmpdemux matroska.h,1.7,1.8

Moritz Bunkus CVS mosu at mplayerhq.hu
Thu Oct 16 23:06:47 CEST 2003


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv3055/libmpdemux

Modified Files:
	matroska.h 
Log Message:
Support for VobSub-in-Matroska; parts outside of demux_mkv.cpp.

Index: matroska.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/matroska.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- matroska.h	10 Sep 2003 12:50:29 -0000	1.7
+++ matroska.h	16 Oct 2003 21:06:43 -0000	1.8
@@ -44,5 +44,12 @@
 #define MKV_S_TEXTASCII  "S_TEXT/ASCII"
 #define MKV_S_TEXTUTF8   "S_TEXT/UTF8"
 #define MKV_S_TEXTSSA    "S_TEXT/SSA"
+#define MKV_S_VOBSUB     "S_VOBSUB"
+
+typedef struct {
+  char type;                    // t = text, v = VobSub
+  unsigned int palette[16];     // for VobSubs
+  int width, height;            // for VobSubs
+} mkv_sh_sub_t;
 
 #endif /* __MATROSKA_H */



More information about the MPlayer-cvslog mailing list