Revert "decoder/mad: use MAD_F_MIN and MAD_F_MAX"

This reverts commit f7ed7446ae.  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
This commit is contained in:
Max Kellermann
2019-08-05 13:06:33 +02:00
parent f44c67de09
commit 864d6f312d
2 changed files with 5 additions and 1 deletions

2
NEWS
View File

@@ -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