Commit dd7b6ad8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Old RC: inverted logic (fixes #11052)

parent 9ffe8e97
......@@ -740,7 +740,7 @@ static void *Run( void *data )
else
fs = var_ToggleBool( p_sys->p_playlist, "fullscreen" );
if( p_sys->p_input == NULL )
if( p_sys->p_input != NULL )
{
vout_thread_t *p_vout = input_GetVout( p_sys->p_input );
if( p_vout )
......
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