Commit 10c00699 authored by Laurent Aimar's avatar Laurent Aimar

Fixed audio visual activation introduced by [eff24974]

parent 5831a302
......@@ -225,7 +225,7 @@ int aout_InputNew( aout_instance_t * p_aout, aout_input_t * p_input )
psz_scaletempo = var_GetBool( p_aout, "audio-time-stretch" ) ? strdup( "scaletempo" ) : NULL;
/* parse user filter lists */
for( i_visual = 0; i_visual < 2; i_visual++ )
for( i_visual = 0; i_visual < 3; i_visual++ )
{
char *ppsz_array[] = { psz_scaletempo, psz_filters, psz_visual };
char *psz_next = NULL;
......
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