summaryrefslogtreecommitdiff
path: root/firmware/export/id3.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/id3.h')
-rw-r--r--firmware/export/id3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 0035fae19a..8b2d02ea30 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -231,7 +231,7 @@ enum {
231 231
232bool get_mp3_metadata(int fd, struct mp3entry *entry, const char *filename); 232bool get_mp3_metadata(int fd, struct mp3entry *entry, const char *filename);
233bool mp3info(struct mp3entry *entry, const char *filename); 233bool mp3info(struct mp3entry *entry, const char *filename);
234char* id3_get_num_genre(const unsigned int genre_num); 234char* id3_get_num_genre(unsigned int genre_num);
235char* id3_get_codec(const struct mp3entry* id3); 235char* id3_get_codec(const struct mp3entry* id3);
236int getid3v2len(int fd); 236int getid3v2len(int fd);
237void adjust_mp3entry(struct mp3entry *entry, void *dest, const void *orig); 237void adjust_mp3entry(struct mp3entry *entry, void *dest, const void *orig);