From ac966ded11e22754ffa43b390e599e4242e29b37 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 20 Jan 2016 17:14:04 +0100 Subject: audio: change downmix behavior, add --audio-normalize-downmix This is probably the 3rd time the user-visible behavior changes. This time, switch back because not normalizing seems to be the more expected behavior from users. --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index ea3ee00b30..6ce4be472a 100644 --- a/options/options.h +++ b/options/options.h @@ -225,6 +225,7 @@ typedef struct MPOpts { struct mp_chmap audio_output_channels; int audio_output_format; + int audio_normalize; int force_srate; int dtshd; double playback_speed; -- cgit v1.2.3