summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index f3a6f072c2..12d5474e5f 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -69,6 +69,7 @@ typedef struct mp_osd_obj_s {
struct osd_state {
unsigned char osd_text[128];
struct font_desc *sub_font;
+ struct ass_track *ass_track;
};
#include "subreader.h"