summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-11-16 09:08:27 +0100
committerMax Kellermann <max@musicpd.org>2020-11-16 09:39:34 +0100
commit38b41fc3fdc11300296809c08313eca0d6698f76 (patch)
tree9eaf66168cfbc1c15b647db29de219a113b80e35 /NEWS
parent394f69bee16c567e13b2fbcd371614191ae0a8c3 (diff)
filter/ffmpeg: detect the output sample format
Some FFmpeg filters change the sample format, and since MPD assumes this never happens, this results in loud noise instead of music. This commit finally implements the TODO comment by sending one frame of silence to the filter and checking the output frame's format. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1009
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 41e926619..00248d505 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
ver 0.22.4 (not yet released)
* decoder
- dsdiff: apply padding to odd-sized chunks
+* filter
+ - ffmpeg: detect the output sample format
* output
- moveoutput: fix always_on and tag lost on move