From 9afcdab6944587aaee7db0307f3087b5a275771d Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 2 Dec 2009 17:36:59 +0200 Subject: options: Move ass_enabled to options struct --- mpcommon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpcommon.c') diff --git a/mpcommon.c b/mpcommon.c index c2f3c6cd18..3fb38ece17 100644 --- a/mpcommon.c +++ b/mpcommon.c @@ -183,7 +183,7 @@ void update_subtitles(struct MPContext *mpctx, struct MPOpts *opts, continue; } #ifdef CONFIG_ASS - if (ass_enabled) { + if (opts->ass_enabled) { sh_sub_t* sh = d_dvdsub->sh; ass_track = sh ? sh->ass_track : NULL; if (!ass_track) continue; -- cgit v1.2.3