summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-12 15:15:02 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-15 18:45:43 +0200
commitadedee42851d413de87b479340eb015ee33b497b (patch)
tree14301b035c6d3aecc5c7ddb9eb3d3672806292cb /libvo
parent43b1de1dd72a9c2f98b3419626c81c58bbc3cf64 (diff)
downloadmpv-adedee42851d413de87b479340eb015ee33b497b.tar.bz2
mpv-adedee42851d413de87b479340eb015ee33b497b.tar.xz
subtitles: move global ass_track to struct osd_state
Diffstat (limited to 'libvo')
-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"