aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-09 16:36:11 +0100
committerMax Kellermann <max@duempel.org>2009-02-09 16:36:11 +0100
commite5da9e459dc407283daeb0bd483f4d9d12d72de4 (patch)
treec5b9b0dc97d54ae0f2138d120ce04336b6a1a953 /NEWS
parentce2f1ba881bf83844b2fc7c2666f2e6741df58cc (diff)
downloadmpd-e5da9e459dc407283daeb0bd483f4d9d12d72de4.tar.gz
mpd-e5da9e459dc407283daeb0bd483f4d9d12d72de4.tar.xz
mpd-e5da9e459dc407283daeb0bd483f4d9d12d72de4.zip
shout: clear buffer before calling the encoder
Always assume the buffer is empty before calling the encoder. Always flush the buffer immediately after there has been added something. This reduces the risk of buffer overruns, because there will never be a "rest" in the current buffer.
Diffstat (limited to '')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a4582528..782fdfa4b 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ ver 0.14.2 (2009/??/??)
- shout: switch to blocking mode
- shout: use libshout's synchronization
- shout: don't postpone metadata
+ - shout: clear buffer before calling the encoder
* mapper: remove trailing slashes from music_directory
* player: set player error when output device fails