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

libdca: kill config_Get

parent ff717d87
...@@ -96,7 +96,7 @@ vlc_module_end () ...@@ -96,7 +96,7 @@ vlc_module_end ()
static int Open( vlc_object_t *p_this, filter_sys_t *p_sys, static int Open( vlc_object_t *p_this, filter_sys_t *p_sys,
audio_format_t input, audio_format_t output ) audio_format_t input, audio_format_t output )
{ {
p_sys->b_dynrng = config_GetInt( p_this, "dts-dynrng" ); p_sys->b_dynrng = var_InheritInteger( p_this, "dts-dynrng" );
p_sys->b_dontwarn = 0; p_sys->b_dontwarn = 0;
/* We'll do our own downmixing, thanks. */ /* We'll do our own downmixing, thanks. */
......
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