summaryrefslogtreecommitdiffstats
path: root/mp_core.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 /mp_core.h
parentd6890a7b5390f1f227132be96c0c1ba998b1cdf3 (diff)
downloadmpv-91d6bca6950d707915f1301c2a614cc7d9a0fad0.tar.bz2
mpv-91d6bca6950d707915f1301c2a614cc7d9a0fad0.tar.xz
cleanup: subs: remove global ass_library variable
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mp_core.h b/mp_core.h
index 0e41b58de3..f1194d2454 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -200,6 +200,7 @@ typedef struct MPContext {
struct ass_track *set_of_ass_tracks[MAX_SUBTITLE_FILES];
sub_data* set_of_subtitles[MAX_SUBTITLE_FILES];
bool track_was_native_ass[MAX_SUBTITLE_FILES];
+ struct ass_library *ass_library;
int file_format;