Commit b4740860 authored by André Weber's avatar André Weber

access violation fixed, config_GetPsz from p_intf instead of p_aout which is null

parent 8c6b6dd8
......@@ -1076,7 +1076,7 @@ Spatializer::Spatializer( intf_thread_t *_p_intf, QWidget *_parent ) :
}
else
{
psz_af = config_GetPsz( p_aout, "audio-filter" );
psz_af = config_GetPsz( p_intf, "audio-filter" );
for( int i = 0; i < NUM_SP_CTRL ; i++ )
{
controlVars[i] = config_GetFloat( p_intf, psz_control_names[i] );
......
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