[MPlayer-cvslog] r25906 - trunk/command.c
    reimar 
    subversion at mplayerhq.hu
       
    Mon Jan 28 19:28:18 CET 2008
    
    
  
Author: reimar
Date: Mon Jan 28 19:28:17 2008
New Revision: 25906
Log:
Simplify a condition that probably is not necessary at all
Modified:
   trunk/command.c
Modified: trunk/command.c
==============================================================================
--- trunk/command.c	(original)
+++ trunk/command.c	Mon Jan 28 19:28:17 2008
@@ -1483,7 +1483,7 @@ static int mp_property_sub(m_option_t * 
 		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 {
    
    
More information about the MPlayer-cvslog
mailing list