Commit f9ad9061 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

equalizer: Use aout_EnableFilter() as we have no choice now.

parent ee109d51
......@@ -99,14 +99,7 @@ static void ChangeFiltersString( intf_thread_t *p_intf,
}
}
var_SetString( p_object, "audio-filter", psz_string );
if( p_aout )
{
for( i = 0; i < p_aout->i_nb_inputs; i++ )
{
p_aout->pp_inputs[i]->b_restart = true;
}
}
aout_EnableFilter( p_object, psz_string, false);
if( (BOOL)config_GetInt( p_object, "macosx-eq-keep" ) == YES )
{
......
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