aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-11-28 08:27:59 +0100
committerMax Kellermann <max@duempel.org>2011-11-28 09:23:36 +0100
commit74beefcaf6a2a82785649752bf346e5c8fb9ec62 (patch)
tree68f5e6a4d6e5784e9691fe84d7e321955dfece03 /NEWS
parent399a3abefc00f913945189fdb3a646759f082054 (diff)
downloadmpd-74beefcaf6a2a82785649752bf346e5c8fb9ec62.tar.gz
mpd-74beefcaf6a2a82785649752bf346e5c8fb9ec62.tar.xz
mpd-74beefcaf6a2a82785649752bf346e5c8fb9ec62.zip
encoder/null: 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 61257509b..441aac8cb 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ ver 0.16.6 (2010/??/??)
* decoder:
- fix assertion failure when resuming streams
* encoder:
- - flac, wave: fix buffer corruption bug
+ - flac, null, wave: fix buffer corruption bug
* event_pipe: fix WIN32 regression
* define WINVER in ./configure
* WIN32: autodetect filesystem encoding