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

band-limited resampler: kill config_Get*

parent a607746c
......@@ -421,7 +421,7 @@ static int OpenFilter( vlc_object_t *p_this )
}
#if !defined( SYS_DARWIN )
if( !config_GetInt( p_this, "hq-resampling" ) )
if( !var_InheritInteger( p_this, "hq-resampling" ) )
{
return VLC_EGENERIC;
}
......
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