Commit f667da1b authored by Max Kellermann's avatar Max Kellermann

mp3: removed double cmd==STOP check

cmd has already been checked before, it cannot have changed meanwhile because it is a local variable.
parent 09fbbdc3
......@@ -966,9 +966,6 @@ static int mp3Read(mp3DecodeData * data, struct decoder *decoder,
}
data->outputPtr = data->outputBuffer;
if (cmd == DECODE_COMMAND_STOP)
break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment