From 58ebf47a2b5cedefdf0aaf48f669f6b926d61913 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Wed, 25 Oct 2006 16:57:53 +0000 Subject: FS#6216 Update so MP3 files are only opened once. With corrections and patch cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11343 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/id3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/id3.h') diff --git a/firmware/export/id3.h b/firmware/export/id3.h index 2a42788..1d07aff 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -172,6 +172,7 @@ enum { ID3_VER_2_4 }; +bool get_mp3_metadata(int fd, struct mp3entry *entry, const char *filename, bool v1first); bool mp3info(struct mp3entry *entry, const char *filename, bool v1first); char* id3_get_genre(const struct mp3entry* id3); char* id3_get_codec(const struct mp3entry* id3); -- cgit v1.1