diff --git a/Plugins/MAD/MADDecoder.m b/Plugins/MAD/MADDecoder.m index ac5199cd9..58298bc4d 100644 --- a/Plugins/MAD/MADDecoder.m +++ b/Plugins/MAD/MADDecoder.m @@ -691,7 +691,7 @@ framesToSkip = 0; - if(frame > _framesDecoded) { + if(frame < _framesDecoded) { _framesDecoded = 0; _firstFrame = YES; if(_foundLAMEHeader || _foundiTunSMPB)