Commit d527cc03 authored by Cyril Mathé's avatar Cyril Mathé Committed by Laurent Aimar

Deinterlace fix in liblc

Signed-off-by: default avatarLaurent Aimar <fenrir@videolan.org>
parent 5184c7cb
......@@ -599,7 +599,7 @@ void libvlc_video_set_deinterlace( libvlc_media_player_t *p_mi, int b_enable,
{
vout_thread_t *p_vout = GetVout( p_mi, p_e );
if( p_vout )
if( !p_vout )
{
libvlc_exception_raise( p_e, "Unable to get video output" );
return;
......
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