summaryrefslogtreecommitdiffstats
path: root/gtk/src/audiohandler.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-06-08 23:59:05 +0000
committerjstebbins <[email protected]>2009-06-08 23:59:05 +0000
commitb8da9298baccad39da4e2928e7d79b9006400184 (patch)
tree4aede9ad7e982fe65b36a6bb19719f2ae2ecdc92 /gtk/src/audiohandler.c
parent110f5b27f7370c38e4266c9a208d7a8594121c73 (diff)
LinGui: dim the drc label along with the control when passthru is selected
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2505 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/audiohandler.c')
-rw-r--r--gtk/src/audiohandler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/audiohandler.c b/gtk/src/audiohandler.c
index ba250020c..d1d9f2395 100644
--- a/gtk/src/audiohandler.c
+++ b/gtk/src/audiohandler.c
@@ -63,6 +63,7 @@ ghb_adjust_audio_rate_combos(signal_user_data_t *ud)
ghb_ui_update(ud, "AudioSamplerate", ghb_int64_value(0));
ghb_ui_update(ud, "AudioMixdown", ghb_int64_value(0));
}
+ ghb_ui_update(ud, "AudioTrackDRCSlider", ghb_double_value(0));
}
else if (acodec == HB_ACODEC_FAAC && mix != HB_AMIXDOWN_6CH)
{