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:38:25 +0100
commit1ac328b553df550c25bd0000e190d4cdd7c54a08 (patch)
treef18f9adf6240005f4536888311132340256751aa /NEWS
parent7fc25ad567a0b8b4f7c05832adc17e9fdcc2cefb (diff)
downloadmpd-1ac328b553df550c25bd0000e190d4cdd7c54a08.tar.gz
mpd-1ac328b553df550c25bd0000e190d4cdd7c54a08.tar.xz
mpd-1ac328b553df550c25bd0000e190d4cdd7c54a08.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 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4c052c45c..f0717b288 100644
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,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