]> granicus.if.org Git - taglib/commit
Add support for ID3v2 ETCO frames (event timing codes).
authorUrs Fleisch <ufleisch@users.sourceforge.net>
Sun, 30 Mar 2014 07:27:23 +0000 (09:27 +0200)
committerUrs Fleisch <ufleisch@users.sourceforge.net>
Sun, 30 Mar 2014 07:28:14 +0000 (09:28 +0200)
commit3b60af2c0b051fe8227a689a8c33bf3b321accdd
treee8b28158396d62cf5491f039da641420e5a89a83
parenteba99c3a701688a6e7b5bb2a22d29ceff24f8f34
Add support for ID3v2 ETCO frames (event timing codes).
taglib/CMakeLists.txt
taglib/mpeg/id3v2/frames/eventtimingcodesframe.cpp [new file with mode: 0644]
taglib/mpeg/id3v2/frames/eventtimingcodesframe.h [new file with mode: 0644]
taglib/mpeg/id3v2/id3v2framefactory.cpp
tests/test_id3v2.cpp