summaryrefslogtreecommitdiffstats
path: root/libmpdemux/matroska.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/matroska.h')
-rw-r--r--libmpdemux/matroska.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/matroska.h b/libmpdemux/matroska.h
index b2abdb5411..7b89857b11 100644
--- a/libmpdemux/matroska.h
+++ b/libmpdemux/matroska.h
@@ -59,6 +59,7 @@
typedef struct {
char type; // t = text, v = VobSub
+ int has_palette; // If we have a valid palette
unsigned int palette[16]; // for VobSubs
int width, height; // for VobSubs
int custom_colors;