From 23f9891749b0f4ab736dd49109a79bf495b0cc58 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 28 Jan 2010 09:15:58 +0000 Subject: Fix MP3 playback speed. svn-id: r47632 --- sound/decoders/mp3.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sound/decoders/mp3.cpp b/sound/decoders/mp3.cpp index 378f77dac0..3d183dc403 100644 --- a/sound/decoders/mp3.cpp +++ b/sound/decoders/mp3.cpp @@ -146,9 +146,6 @@ void MP3InputStream::decodeMP3Data() { readMP3Data(); while (_state == MP3_STATE_READY) { - // TODO: Do we need to use readHeader, when we do not do any seeking here? - readHeader(); - // Decode the next frame if (mad_frame_decode(&_frame, &_stream) == -1) { if (_stream.error == MAD_ERROR_BUFLEN) { -- cgit v1.2.3