aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-02-27 18:35:31 +0100
committerMax Kellermann <max@duempel.org>2010-02-27 18:35:31 +0100
commit35c5a371ea3530796e88bcdd556e488816dff20f (patch)
tree4f8f951cc6479bfb11ffad328034ae564fca0514 /NEWS
parent728c66e7e3e235ee88eaaf856a00b318823abff1 (diff)
downloadmpd-35c5a371ea3530796e88bcdd556e488816dff20f.tar.gz
mpd-35c5a371ea3530796e88bcdd556e488816dff20f.tar.xz
mpd-35c5a371ea3530796e88bcdd556e488816dff20f.zip
decoder/mad: fix crash when seeking at end of song
Removed the decoder_command_finished() call at the end of mp3_decode(). This is invalid, because decoder_command_finished() has already been called in mp3_read().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e6e444d11..476553ff5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.15.9 (2009/??/??)
+* decoders:
+ - mad: fix crash when seeking at end of song
ver 0.15.8 (2010/01/17)