Make get_metadata act on a struct mp3entry rather than a struct track_info.
commitde6b9b44c6653ee3b6943eb536de979c0fda3c92
authornicolasp <nicolasp@a1c6a512-1295-4272-9138-f99709370657>
Tue, 14 Aug 2007 11:56:13 +0000 (14 11:56 +0000)
committernicolasp <nicolasp@a1c6a512-1295-4272-9138-f99709370657>
Tue, 14 Aug 2007 11:56:13 +0000 (14 11:56 +0000)
tree29c6198673bc11f3482f7c6261c57664af3418c1
parent9c51cd2c2817cb57382b3bf065bde2802c5a354f
Make get_metadata act on a struct mp3entry rather than a struct track_info.

This should make it easy to use a buffer handle to put the ID3 data in.
The changes in get_metadata are mostly search and replace. The only thing
it actually used to do on the struct track_info was set taginfo_ready to
true.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14326 a1c6a512-1295-4272-9138-f99709370657
apps/metadata.c
apps/metadata.h
apps/playback.c
apps/plugin.h
apps/plugins/test_codec.c
apps/tagcache.c