diff options
author | Max Kellermann <max@duempel.org> | 2013-11-22 22:50:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-22 23:27:56 +0100 |
commit | fc7d5b055d98306af0c882282902a23e963f026d (patch) | |
tree | be38c99eef3be2c4acfcbba4077842b7c17b738d /NEWS | |
parent | 87c8953e8ed660b59ea2452b4d3a431785c47495 (diff) |
PcmResampleLibsamplerate: clip 24 bit data
Using pcm_resample_lsr_32() for 24 bit samples works, but may cause 24
bit overflows. This commit makes 24 bit a special case with explicit
clipping.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ ver 0.18.5 (20??/??/??) - proxy: provide "db_update" in "stats" response * decoder - fluidsynth: auto-detect by default +* clip 24 bit data from libsamplerate * fix ia64, mipsel and other little-endian architectures * fix build failures due to missing includes * fix build failure with static libmpdclient |