mirror of
https://github.com/taglib/taglib.git
synced 2026-09-11 03:57:08 -04:00
Skip unknown ASF values (#1439)
This commit is contained in:
@@ -235,6 +235,7 @@ String ASF::Attribute::parse(ASF::File &file, int kind)
|
||||
default:
|
||||
debug(Utils::formatString(
|
||||
"ASF::Attribute::parse() -- Unknown data type 0x%hx", dataType));
|
||||
file.seek(size, File::Current);
|
||||
return {};
|
||||
}
|
||||
d->type = static_cast<AttributeTypes>(dataType);
|
||||
|
||||
Reference in New Issue
Block a user