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
This commit is contained in:
reimar 2008-01-28 18:28:17 +00:00
parent bc02e855c3
commit 69cbd37807
1 changed files with 1 additions and 1 deletions

View File

@ -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 {