mirror of
https://github.com/taglib/taglib.git
synced 2026-02-07 16:00:22 -05:00
No tabs in TagLib
This commit is contained in:
@ -109,8 +109,8 @@ bool MPEG::File::isSupported(IOStream *stream)
|
||||
const ByteVector buffer = Utils::readHeader(stream, bufferSize(), true, &headerOffset);
|
||||
|
||||
if(buffer.isEmpty())
|
||||
return false;
|
||||
|
||||
return false;
|
||||
|
||||
const long originalPosition = stream->tell();
|
||||
AdapterFile file(stream);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user