From 8417358d890b7e225fd99ae35bef04d4362ec347 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 30 Dec 2009 21:26:23 +0200 Subject: [PATCH] headphone mixer: kill config_Get --- modules/audio_filter/channel_mixer/headphone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/audio_filter/channel_mixer/headphone.c b/modules/audio_filter/channel_mixer/headphone.c index 491781ee79..07c8da06ec 100644 --- a/modules/audio_filter/channel_mixer/headphone.c +++ b/modules/audio_filter/channel_mixer/headphone.c @@ -473,7 +473,7 @@ static int OpenFilter( vlc_object_t *p_this ) } if( p_filter->fmt_in.audio.i_physical_channels == (AOUT_CHAN_LEFT|AOUT_CHAN_RIGHT) && ( p_filter->fmt_in.audio.i_original_channels & AOUT_CHAN_DOLBYSTEREO ) - && !config_GetInt( p_filter, "headphone-dolby" ) ) + && !var_InheritInteger( p_filter, "headphone-dolby" ) ) { b_fit = false; p_filter->fmt_in.audio.i_physical_channels = AOUT_CHAN_LEFT | AOUT_CHAN_RIGHT | -- 2.39.2