From 2ce3900071f27f518de41048096ec4e419c4d627 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 4 Nov 2013 07:59:15 +0100 Subject: filter/AutoConvert: modify child_audio_format, not in_audio_format This prevented using the "volume_normalization" feature with some codecs (e.g. mp3), because the normalization code requires 16 bit samples. If the codec happens to deliver formats other than S16, the AutoConvert filter succeeds to initialize the conversion filter, but the returned input audio format was wrong. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 83a168029..cff37aeee 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ver 0.18.1 (2013/11/??) +* filter: + - autoconvert: fix "volume_normalization" with mp3 files ver 0.18 (2013/10/31) * configuration: -- cgit v1.2.3