diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2006-10-25 16:57:53 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-10-25 16:57:53 +0000 |
| commit | 58ebf47a2b5cedefdf0aaf48f669f6b926d61913 (patch) | |
| tree | f819291213cb791b99da70d25a4e4aa1b916fad9 /firmware/export/id3.h | |
| parent | 649fc77aea5fbf62f6a1600ea6ba545eae4109d6 (diff) | |
| download | rockbox-58ebf47a2b5cedefdf0aaf48f669f6b926d61913.zip rockbox-58ebf47a2b5cedefdf0aaf48f669f6b926d61913.tar.gz rockbox-58ebf47a2b5cedefdf0aaf48f669f6b926d61913.tar.bz2 rockbox-58ebf47a2b5cedefdf0aaf48f669f6b926d61913.tar.xz | |
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
Diffstat (limited to 'firmware/export/id3.h')
| -rw-r--r-- | firmware/export/id3.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |