From f667da1b46b7855086205823d6709e09bf7f65dc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:27:12 +0200 Subject: mp3: removed double cmd==STOP check cmd has already been checked before, it cannot have changed meanwhile because it is a local variable. --- src/inputPlugins/mp3_plugin.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/inputPlugins/mp3_plugin.c b/src/inputPlugins/mp3_plugin.c index 9bdaedb4d..3321da02d 100644 --- a/src/inputPlugins/mp3_plugin.c +++ b/src/inputPlugins/mp3_plugin.c @@ -966,9 +966,6 @@ static int mp3Read(mp3DecodeData * data, struct decoder *decoder, } data->outputPtr = data->outputBuffer; - - if (cmd == DECODE_COMMAND_STOP) - break; } } -- cgit v1.2.3