summaryrefslogtreecommitdiffstats
path: root/sub/sub.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-07-23 01:55:13 +0300
committerUoti Urpala <uau@mplayer2.org>2011-07-23 01:55:13 +0300
commit91d6bca6950d707915f1301c2a614cc7d9a0fad0 (patch)
tree65885dfe97a622b6f2d2e83c0c3da4e4d6a20b51 /sub/sub.h
parentd6890a7b5390f1f227132be96c0c1ba998b1cdf3 (diff)
downloadmpv-91d6bca6950d707915f1301c2a614cc7d9a0fad0.tar.bz2
mpv-91d6bca6950d707915f1301c2a614cc7d9a0fad0.tar.xz
cleanup: subs: remove global ass_library variable
Diffstat (limited to 'sub/sub.h')
-rw-r--r--sub/sub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/sub.h b/sub/sub.h
index 8309613ea6..90a742f8e7 100644
--- a/sub/sub.h
+++ b/sub/sub.h
@@ -69,6 +69,7 @@ typedef struct mp_osd_obj_s {
} mp_osd_obj_t;
struct osd_state {
+ struct ass_library *ass_library;
unsigned char osd_text[128];
struct font_desc *sub_font;
struct ass_track *ass_track;