]> git.sesse.net Git - vlc/commitdiff
Removed debug code (effectly enable swscale).
authorLaurent Aimar <fenrir@videolan.org>
Sun, 27 Jul 2008 14:44:42 +0000 (16:44 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 27 Jul 2008 14:44:42 +0000 (16:44 +0200)
modules/video_filter/swscale.c

index 341cdcd64203b18ffb0dd5db78fc9113e6807d9b..f52f9278a0863bfe2fcffe392014b3945a1fed5d 100644 (file)
@@ -252,7 +252,7 @@ static int GetParameters( int *pi_fmti, int *pi_fmto, bool *pb_has_a, int *pi_sw
     bool b_has_a = false;
     int i_sws_flags = i_sws_flags_default;
 
-    if( p_fmti->i_chroma == p_fmto->i_chroma &&  0 )
+    if( p_fmti->i_chroma == p_fmto->i_chroma )
     {
         if( p_fmti->i_chroma == VLC_FOURCC( 'Y', 'U', 'V', 'P' ) && ALLOW_YUVP )
         {