]> git.sesse.net Git - vlc/commit
Added APEv1/2 support to id3tag.c
authorLaurent Aimar <fenrir@videolan.org>
Sun, 17 Jun 2007 13:47:00 +0000 (13:47 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 17 Jun 2007 13:47:00 +0000 (13:47 +0000)
commit8e3c06e49467efff48dea25c24c0baab7126b79f
tree60901924222a699e1719811b22fd5a19e2bdcbe1
parent1e900bf8cab23a83e70f5b56d2e9295a359cffee
Added APEv1/2 support to id3tag.c
Parse TXXX fields (id3)
Parse RVA2 and convert them to replay gain (id3)
(I cannot put APE parsing into a new module as id3 and ape can be found
in the same file, this means you need libid3tag)
modules/meta_engine/id3tag.c