From 91d6bca6950d707915f1301c2a614cc7d9a0fad0 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 23 Jul 2011 01:55:13 +0300 Subject: cleanup: subs: remove global ass_library variable --- mp_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mp_core.h') 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; -- cgit v1.2.3