pcm_resample_fallback: corrected the sample calculation

Due to rounding errors, it was possible that the fallback resampler
returned partial frames.
This commit is contained in:
Max Kellermann
2009-01-16 18:52:01 +01:00
parent 285a741b27
commit 953b258e5e
2 changed files with 9 additions and 6 deletions

1
NEWS
View File

@@ -29,6 +29,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