Merge branch 'v0.23.x'

This commit is contained in:
Max Kellermann
2022-01-26 14:44:37 +01:00
8 changed files with 34 additions and 40 deletions

View File

@@ -91,7 +91,8 @@ ScanOpusTags(const void *data, size_t size,
if (!r.Expect("OpusTags", 8))
return false;
if (!handler.WantPair() && !handler.WantTag())
if (!handler.WantPair() && !handler.WantTag() &&
!handler.WantPicture())
return true;
if (!r.SkipString())