mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Sorry, that was actually wrong.
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@398578 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
a89ce9ce0c
commit
119bfc86db
@ -189,7 +189,7 @@ void Ogg::FLAC::File::scan()
|
||||
|
||||
if (!metadataHeader.startsWith("fLaC")) {
|
||||
// FLAC 1.1.2+
|
||||
if (metadataHeader.startsWith("\x7fFLAC")) return;
|
||||
if (metadataHeader.mid(1,4) != "FLAC") return;
|
||||
|
||||
if (metadataHeader[5] != 1) return; // not version 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user