summaryrefslogtreecommitdiffstats
path: root/libmpdemux/matroska.h
diff options
context:
space:
mode:
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 */