]> granicus.if.org Git - taglib/commit
Always read tags from the first Vorbis Comment block in FLAC files
authorLukáš Lalinský <lalinsky@gmail.com>
Mon, 2 Nov 2009 19:41:12 +0000 (19:41 +0000)
committerLukáš Lalinský <lalinsky@gmail.com>
Mon, 2 Nov 2009 19:41:12 +0000 (19:41 +0000)
commitc962d78a57436c4f377f1c52fd97cf70858f226c
tree955c7b036dea783dc8ade80a8248900391b8a3d7
parent2039c725f4efa83cb5e8afaf92eafe01d14e7312
Always read tags from the first Vorbis Comment block in FLAC files

Prevously TagLib saved tags to the first block, but read them from the
last one. Having multiple VC blocks is a non-standard situation, but
this is the best we can do (libFLAC also uses the first block in the
case of multiple VC blocks).

BUG:211089

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1043985 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
taglib/flac/flacfile.cpp
tests/CMakeLists.txt
tests/data/multiple-vc.flac [new file with mode: 0644]
tests/test_flac.cpp [new file with mode: 0644]