summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-08-05 13:06:33 +0200
committerMax Kellermann <max@musicpd.org>2019-08-05 13:07:41 +0200
commit864d6f312d30ea3ae145d901d245f90c8bd11185 (patch)
tree7b53650e7f9b1b3133b8eb6935d54816bb3dc7d0 /NEWS
parentf44c67de0991d47765403e966dd43a0b0fe0aeef (diff)
Revert "decoder/mad: use MAD_F_MIN and MAD_F_MAX"
This reverts commit f7ed7446ae4be9226de554d6d75a14a9fb71dd7c. It was a bad idea, because MAD_F_MIN and MAD_F_MAX do not represent the clamping limits, but the theoretical minimum and maximum values of the mad_fixed_t data type. Closes https://github.com/MusicPlayerDaemon/MPD/issues/617
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fb4034a1f..34b6c0a00 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.21.13 (not yet released)
+* decoder
+ - mad: fix crackling sound (0.21.12 regression)
ver 0.21.12 (2019/08/03)
* decoder