Commit 88c63e2e authored by Gildas Bazin's avatar Gildas Bazin

* src/video_output/video_output.c: another fix for on-the-fly deinterlacing switch.

parent 3139a7fb
...@@ -157,9 +157,7 @@ vout_thread_t * __vout_Request ( vlc_object_t *p_this, vout_thread_t *p_vout, ...@@ -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; p_vout->psz_filter_chain = NULL;
} }
if( ( !psz_filter_chain && !p_vout->psz_filter_chain ) || 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 ) ) )
{ {
p_vout->b_filter_change = VLC_FALSE; p_vout->b_filter_change = VLC_FALSE;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment