aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-11-28 08:09:49 +0100
committerMax Kellermann <max@duempel.org>2011-11-28 09:23:12 +0100
commit399a3abefc00f913945189fdb3a646759f082054 (patch)
tree4070253bd7bbc0628fe591ee2f6237c3675f0d04 /NEWS
parentcee5036aca85f37a28f2d52a2fc5ad19878ad511 (diff)
downloadmpd-399a3abefc00f913945189fdb3a646759f082054.tar.gz
mpd-399a3abefc00f913945189fdb3a646759f082054.tar.xz
mpd-399a3abefc00f913945189fdb3a646759f082054.zip
encoder/wave: use fifo_buffer instead of pcm_buffer
This fixes a buffer corruption bug; pcm_buffer is not designed to be a persistent buffers, and will discard anything between two consecutive calls.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b7f0e9f2c..61257509b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ ver 0.16.6 (2010/??/??)
* decoder:
- fix assertion failure when resuming streams
* encoder:
- - flac: fix buffer corruption bug
+ - flac, wave: fix buffer corruption bug
* event_pipe: fix WIN32 regression
* define WINVER in ./configure
* WIN32: autodetect filesystem encoding