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().
This commit is contained in:
Max Kellermann
2010-02-27 18:35:31 +01:00
parent 728c66e7e3
commit 35c5a371ea
2 changed files with 2 additions and 4 deletions

2
NEWS
View File

@@ -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)