1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

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

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" ); char *psz_mode = var_GetString( p_vout, "deinterlace-mode" );
vlc_value_t vlist, tlist; 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; const char *psz_text = NULL;
int i; int i;