Fix wrong test (cid #1049310)

This commit is contained in:
Rémi Duraffort 2013-07-22 19:22:06 +02:00
parent 4b3bc75d73
commit 9632f52e4f
1 changed files with 1 additions and 1 deletions

View File

@ -964,7 +964,7 @@ static int PutAction( intf_thread_t *p_intf, int i_action )
{
char *psz_mode = var_GetString( p_vout, "deinterlace-mode" );
vlc_value_t vlist, tlist;
if( psz_mode && !var_Change( p_vout, "deinterlace-mode", VLC_VAR_GETCHOICES, &vlist, &tlist ) >= 0 )
if( psz_mode && !var_Change( p_vout, "deinterlace-mode", VLC_VAR_GETCHOICES, &vlist, &tlist ))
{
const char *psz_text = NULL;
int i;