diff options
author | Max Kellermann <max@duempel.org> | 2009-01-16 18:46:34 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-16 18:46:34 +0100 |
commit | 6c7173c54f13523bd8c9544274ad72b1a785b758 (patch) | |
tree | 2fa95f8ca0c63f2b71c049155730e9db5b2f28be /NEWS | |
parent | 33b5693a12ed53aff623643ab67704d1e9c74990 (diff) | |
download | mpd-6c7173c54f13523bd8c9544274ad72b1a785b758.tar.gz mpd-6c7173c54f13523bd8c9544274ad72b1a785b758.tar.xz mpd-6c7173c54f13523bd8c9544274ad72b1a785b758.zip |
pcm_resample_fallback: corrected the sample calculation
Due to rounding errors, it was possible that the fallback resampler
returned partial frames.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ MPD 0.14.1 - not yet released - honour http_proxy_* config directives - fix assertion failure on "connection refused" - fix assertion failure with empty HTTP responses +* corrected the sample calculation in the fallback resampler * log: automatically append newline * fix setenv() conflict on Solaris * configure.ac: check for pkg-config before using it |