summaryrefslogtreecommitdiffstats
path: root/libmpdemux/matroska.h
diff options
context:
space:
mode:
authormosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-10 11:16:44 +0000
committermosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-10 11:16:44 +0000
commitadcae3e0515c1f75d19cec0fb2af8ab0113a201c (patch)
treef50bc0814c486921b4ce31bcec8cab82b29916b1 /libmpdemux/matroska.h
parentbe7eef3827543d529b6a1314d4e743a4d48a0075 (diff)
downloadmpv-adcae3e0515c1f75d19cec0fb2af8ab0113a201c.tar.bz2
mpv-adcae3e0515c1f75d19cec0fb2af8ab0113a201c.tar.xz
Support for the "custom colors" and "forced subtitles" entries in the VobSub idx. Made the parser handle whitespaces better.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12551 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/matroska.h')
-rw-r--r--libmpdemux/matroska.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmpdemux/matroska.h b/libmpdemux/matroska.h
index 0d76f30f69..f5678aca77 100644
--- a/libmpdemux/matroska.h
+++ b/libmpdemux/matroska.h
@@ -56,6 +56,9 @@ typedef struct {
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 */