mp3: removed double cmd==STOP check

cmd has already been checked before, it cannot have changed meanwhile
because it is a local variable.
This commit is contained in:
Max Kellermann 2008-08-26 08:27:12 +02:00
parent 09fbbdc366
commit f667da1b46

View File

@ -966,9 +966,6 @@ static int mp3Read(mp3DecodeData * data, struct decoder *decoder,
}
data->outputPtr = data->outputBuffer;
if (cmd == DECODE_COMMAND_STOP)
break;
}
}