]> granicus.if.org Git - taglib/commit
Skip duplicate chunks when reading AIFF/WAV files.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Sun, 24 May 2015 15:40:13 +0000 (00:40 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Sun, 24 May 2015 15:40:13 +0000 (00:40 +0900)
commit9da20a8a52b6c7ab0c0f0004be354fbc1b225d30
tree8497b2bc507a62189f845291a2f57b51bd582540
parent4129b919c140b2456b13f244b268a25c98998579
Skip duplicate chunks when reading AIFF/WAV files.

Similar to #492.
There is no good reason to use the last chunk rather than the first one.
taglib/riff/aiff/aifffile.cpp
taglib/riff/wav/wavfile.cpp