]> granicus.if.org Git - taglib/commit
Fix handling of lowercase 'metadata_block_picture' fields in Vorbis comments.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Thu, 10 Nov 2016 15:07:32 +0000 (00:07 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Thu, 10 Nov 2016 15:07:32 +0000 (00:07 +0900)
commitb98a984b66f69cacfcbf259ac3b2d77ea3c9415f
tree94b68f60f0034514c8ea51bd36066794f60e0d12
parentf9a747dceb694e7adcf65705f2b784ba806e7301
Fix handling of lowercase 'metadata_block_picture' fields in Vorbis comments.

Also refactored some redundant code for parsing pictures.
taglib/ogg/xiphcomment.cpp
tests/data/lowercase-fields.ogg [new file with mode: 0644]
tests/test_xiphcomment.cpp