summaryrefslogtreecommitdiffstats
path: root/audio/filter/af.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-20 17:14:04 +0100
committerwm4 <wm4@nowhere>2016-01-20 17:14:04 +0100
commitac966ded11e22754ffa43b390e599e4242e29b37 (patch)
tree34f1f5072201263fac366231fbca58a10bb9767c /audio/filter/af.c
parent930b0d1cf6f2ffa6bf3df516e120a395e1c60342 (diff)
downloadmpv-ac966ded11e22754ffa43b390e599e4242e29b37.tar.bz2
mpv-ac966ded11e22754ffa43b390e599e4242e29b37.tar.xz
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.
Diffstat (limited to 'audio/filter/af.c')
-rw-r--r--audio/filter/af.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/filter/af.c b/audio/filter/af.c
index 7ff3b49ae8..475016d2ea 100644
--- a/audio/filter/af.c
+++ b/audio/filter/af.c
@@ -166,6 +166,7 @@ static struct af_instance *af_create(struct af_stream *s, char *name,
.info = desc.p,
.data = talloc_zero(af, struct mp_audio),
.log = mp_log_new(af, s->log, name),
+ .opts = s->opts,
.replaygain_data = s->replaygain_data,
.out_pool = mp_audio_pool_create(af),
};