decoder/mad: fix negative replay gain values

Negating an unsigned integer does not work.
This commit is contained in:
Max Kellermann
2014-10-28 22:22:30 +01:00
parent 217d88f21f
commit 54c591bd9d
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -5,6 +5,7 @@ ver 0.19.2 (not yet released)
* decoder
- faad: remove workaround for ancient libfaad2 ABI bug
- ffmpeg: recognize MIME type audio/aacp
- mad: fix negative replay gain values
* output
- fix memory leak after filter initialization error
- fall back to PCM if given DSD sample rate is not supported