Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized the repla...
commit0700b4cdfa58981f0d74b4332347c38de72051eb
authorlearman <learman@a1c6a512-1295-4272-9138-f99709370657>
Wed, 27 Jul 2005 11:54:33 +0000 (27 11:54 +0000)
committerlearman <learman@a1c6a512-1295-4272-9138-f99709370657>
Wed, 27 Jul 2005 11:54:33 +0000 (27 11:54 +0000)
tree7118198c6da300be6f5d90692988d243bcbcda04
parentbbd54439e3c510f3589bdd6380c7f668b07e9320
Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized the replaygain tag parsing a bit, to cut down the code size (APE tags should use this as well, but as it requires larger changes, it will have to wait for another commit). Also fixed a bug in the ID3V2 parser; ISO-8859-1 strings could confuse the main parsing loop (causing bufferpos to come out of sync).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7243 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/mpa.c
apps/metadata.c
apps/screens.c
firmware/export/id3.h
firmware/export/replaygain.h
firmware/id3.c
firmware/replaygain.c