From 69cbd37807f3fea987fd78743d55dcd4f750bd97 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 28 Jan 2008 18:28:17 +0000 Subject: [PATCH] Simplify a condition that probably is not necessary at all git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25906 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.c b/command.c index d6082a5ad3..a030c280d4 100644 --- a/command.c +++ b/command.c @@ -1483,7 +1483,7 @@ static int mp_property_sub(m_option_t * prop, int action, void *arg, if (sh->type == 'v') init_vo_spudec(); #ifdef USE_ASS - else if (ass_enabled && (sh->type == 'a' || sh->type == 't')) + else if (ass_enabled) ass_track = sh->ass_track; #endif } else {