aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-03-16 19:13:46 +0100
committerMax Kellermann <max@duempel.org>2011-03-16 19:13:46 +0100
commita28449a123cd1e49503e267f37c3c900f9c70b29 (patch)
treec77d327b62b4352f8c7ac36572490c1da2276337 /NEWS
parent84d0fd39a3d675a69da0505fd4edd7ebb874e1fb (diff)
downloadmpd-a28449a123cd1e49503e267f37c3c900f9c70b29.tar.gz
mpd-a28449a123cd1e49503e267f37c3c900f9c70b29.tar.xz
mpd-a28449a123cd1e49503e267f37c3c900f9c70b29.zip
encoder/vorbis: reset the Ogg stream after flush
Without the ogg_stream_reset() call, the "e_o_s" flag never gets reset, and libogg writes EOS packets over and over.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f89387fd4..565468ff1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.15.17 (2011/??/??)
+* encoder:
+ - vorbis: reset the Ogg stream after flush
ver 0.15.16 (2011/03/13)