changeset 25878:05cde5afd1d8

Simplify a condition that probably is not necessary at all
author reimar
date Mon, 28 Jan 2008 18:28:17 +0000
parents c541499ddf25
children 7b82d835bed1
files command.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 {