Fix .talk clips on hwcodec targets. mp3info() must not call get_metadata(), because...
commit5dd71386add1564c59b8b7ae0ffd06c021574fc7
authoramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Tue, 21 Oct 2008 19:28:40 +0000 (21 19:28 +0000)
committeramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Tue, 21 Oct 2008 19:28:40 +0000 (21 19:28 +0000)
tree3a4a2e3df2e2cf9de3d6a23e0f3ce69a28afcd8a
parenta80751f936fe85fc9fcdc2595ae1fa95b37fff03
Fix .talk clips on hwcodec targets. mp3info() must not call get_metadata(), because this one tries to guess which get_xx_metadata() to call from the extension, and mp3info() is used in talk_file() (extension .talk) on hwcodec.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18855 a1c6a512-1295-4272-9138-f99709370657
apps/metadata.c