diff libmpdemux/matroska.h @ 12550:733c9d9882d1

Support for the "custom colors" and "forced subtitles" entries in the VobSub idx. Made the parser handle whitespaces better.
author mosu
date Thu, 10 Jun 2004 11:16:44 +0000
parents 9a81d7b4c0b6
children b59e16a8dfc7
line wrap: on
line diff
--- a/libmpdemux/matroska.h	Thu Jun 10 05:20:50 2004 +0000
+++ b/libmpdemux/matroska.h	Thu Jun 10 11:16:44 2004 +0000
@@ -56,6 +56,9 @@
   char type;                    // t = text, v = VobSub
   unsigned int palette[16];     // for VobSubs
   int width, height;            // for VobSubs
+  int custom_colors;
+  unsigned int colors[4];
+  int forced_subs_only;
 } mkv_sh_sub_t;
 
 #endif /* __MATROSKA_H */