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:
		| @@ -966,9 +966,6 @@ static int mp3Read(mp3DecodeData * data, struct decoder *decoder, | |||||||
| 				} | 				} | ||||||
|  |  | ||||||
| 				data->outputPtr = data->outputBuffer; | 				data->outputPtr = data->outputBuffer; | ||||||
|  |  | ||||||
| 				if (cmd == DECODE_COMMAND_STOP) |  | ||||||
| 					break; |  | ||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann