# HG changeset patch # User reimar # Date 1201544897 0 # Node ID 05cde5afd1d818b8cf318425ce32b9e25977b824 # Parent c541499ddf25b95abc3e03f8c1103ed1190349ff Simplify a condition that probably is not necessary at all diff -r c541499ddf25 -r 05cde5afd1d8 command.c --- a/command.c Mon Jan 28 17:13:45 2008 +0000 +++ b/command.c Mon Jan 28 18:28:17 2008 +0000 @@ -1483,7 +1483,7 @@ 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 {