]> git.sesse.net Git - vlc/commitdiff
* src/video_output/video_output.c: another fix for on-the-fly deinterlacing switch.
authorGildas Bazin <gbazin@videolan.org>
Thu, 14 Oct 2004 20:05:57 +0000 (20:05 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 14 Oct 2004 20:05:57 +0000 (20:05 +0000)
src/video_output/video_output.c

index 6c0737a8a3f7708056158ca1163869cea7129841..6e5dd3714cbc2ca8056883da85ea24433370e6a4 100644 (file)
@@ -157,9 +157,7 @@ vout_thread_t * __vout_Request ( vlc_object_t *p_this, vout_thread_t *p_vout,
                 p_vout->psz_filter_chain = NULL;
             }
 
-            if( ( !psz_filter_chain && !p_vout->psz_filter_chain ) ||
-                ( psz_filter_chain && p_vout->psz_filter_chain &&
-                  !strcmp( psz_filter_chain, p_vout->psz_filter_chain ) ) )
+            if( !psz_filter_chain && !p_vout->psz_filter_chain )
             {
                 p_vout->b_filter_change = VLC_FALSE;
             }