]> granicus.if.org Git - taglib/commit
Read-only support for FLAC picture blocks
authorLukáš Lalinský <lalinsky@gmail.com>
Sun, 25 Jul 2010 11:06:36 +0000 (11:06 +0000)
committerLukáš Lalinský <lalinsky@gmail.com>
Sun, 25 Jul 2010 11:06:36 +0000 (11:06 +0000)
commitdcef0fbad200a6efc34989a25e58f96aaf49d223
tree72c170f9d45364b1a71236845687c947c66ef9c0
parent0f979667be5c6cd0337ca609062a962ed478df37
Read-only support for FLAC picture blocks

CCBUG:218696

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1154376 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
bindings/c/CMakeLists.txt
taglib/CMakeLists.txt
taglib/flac/CMakeLists.txt
taglib/flac/Makefile.am
taglib/flac/flacfile.cpp
taglib/flac/flacfile.h
taglib/flac/flacpicture.cpp [new file with mode: 0644]
taglib/flac/flacpicture.h [new file with mode: 0644]
tests/data/silence-44-s.flac [new file with mode: 0644]
tests/test_flac.cpp