]> granicus.if.org Git - taglib/commit
Skip duplicate ID3v2 tags and treat them as an extra blank of the first one.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 13 Nov 2015 02:55:56 +0000 (11:55 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 13 Nov 2015 02:55:56 +0000 (11:55 +0900)
commit11fbf394a345dd29b68d6e2d2d90b78471db6ee1
tree1e69a49d346585c4aa59a434ea48376f1501272c
parenta25e1e9f90af82d3c925ef806cb76e35624a0f41
Skip duplicate ID3v2 tags and treat them as an extra blank of the first one.

This enables all the file formats to handle duplicate ID3v2 tags properly and erase them automatically.
taglib/mpeg/id3v2/id3v2tag.cpp
taglib/mpeg/mpegfile.cpp
tests/test_id3v2.cpp