decoder/mad: fix broken log message
Broken since commit f8bfea8bae44134e8002db869fd4ec137d1c0d6e
This commit is contained in:
parent
f51e555154
commit
6b8ca514bb
@ -969,7 +969,7 @@ mad_decode(DecoderClient &client, InputStream &input_stream)
|
||||
if (!data.DecodeFirstFrame(&tag)) {
|
||||
if (client.GetCommand() == DecoderCommand::NONE)
|
||||
LogError(mad_domain,
|
||||
"input/Input does not appear to be a mp3 bit stream");
|
||||
"input does not appear to be a mp3 bit stream");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user