diff options
Diffstat (limited to 'src/decoder/mp3_plugin.c')
-rw-r--r-- | src/decoder/mp3_plugin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/decoder/mp3_plugin.c b/src/decoder/mp3_plugin.c index 8c56319f8..452c2441c 100644 --- a/src/decoder/mp3_plugin.c +++ b/src/decoder/mp3_plugin.c @@ -1131,9 +1131,7 @@ mp3_decode(struct decoder *decoder, struct input_stream *input_stream) data.mute_frame == MUTEFRAME_SEEK) decoder_command_finished(decoder); - decoder_flush(decoder); mp3_data_finish(&data); - return 0; } |