diff --git a/src/add-ons/media/plugins/mp3_decoder/mp3DecoderPlugin.cpp b/src/add-ons/media/plugins/mp3_decoder/mp3DecoderPlugin.cpp index e6f4d17318..d20cd07829 100644 --- a/src/add-ons/media/plugins/mp3_decoder/mp3DecoderPlugin.cpp +++ b/src/add-ons/media/plugins/mp3_decoder/mp3DecoderPlugin.cpp @@ -224,6 +224,8 @@ mp3Decoder::DecodeNextChunk() // resync after a seek if (fNeedSync) { + if (chunkSize > 4 && GetFrameLength(chunkBuffer) > 0) { + } else if (chunkSize > 5200) { // mp3 reader always delivers synced frames smaller than 5200 bytes // wav reader and others don't do that while (chunkSize > 100) {