split up the metadata parser
commite31ebcca44d3ef85904087786cc369ab2281e8e5
authormarkun <markun@a1c6a512-1295-4272-9138-f99709370657>
Sat, 16 Jun 2007 18:19:51 +0000 (16 18:19 +0000)
committermarkun <markun@a1c6a512-1295-4272-9138-f99709370657>
Sat, 16 Jun 2007 18:19:51 +0000 (16 18:19 +0000)
tree9d6f50ebfc7919b4e2f0853fc8c0cb844cabe995
parent6d1b884d0bfc70ca259d4ea3b8ad334e64b28322
split up the metadata parser

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13637 a1c6a512-1295-4272-9138-f99709370657
18 files changed:
apps/FILES
apps/SOURCES
apps/metadata.c
apps/metadata/adx.c [new file with mode: 0644]
apps/metadata/aiff.c [new file with mode: 0644]
apps/metadata/ape.c [new file with mode: 0644]
apps/metadata/flac.c [new file with mode: 0644]
apps/metadata/metadata_common.c [new file with mode: 0644]
apps/metadata/metadata_common.h [new file with mode: 0644]
apps/metadata/metadata_parsers.h [new file with mode: 0644]
apps/metadata/monkeys.c [new file with mode: 0644]
apps/metadata/mp4.c [new file with mode: 0644]
apps/metadata/mpc.c [new file with mode: 0644]
apps/metadata/sid.c [new file with mode: 0644]
apps/metadata/spc.c [new file with mode: 0644]
apps/metadata/speex.c [new file with mode: 0644]
apps/metadata/vorbis.c [new file with mode: 0644]
apps/metadata/wave.c [new file with mode: 0644]