Merge tag 'release-0.18.6'

This commit is contained in:
Max Kellermann
2013-12-24 12:20:24 +01:00
6 changed files with 21 additions and 8 deletions

View File

@@ -86,7 +86,8 @@ riff_seek_id3(FILE *file)
/* pad byte */
++size;
if (memcmp(chunk.id, "id3 ", 4) == 0)
if (memcmp(chunk.id, "id3 ", 4) == 0 ||
memcmp(chunk.id, "ID3 ", 4) == 0)
/* found it! */
return size;