summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/id3.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 367854fdd1..d3d5dd35ce 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -153,7 +153,6 @@ struct mp3entry {
153 int layer; 153 int layer;
154 int year; 154 int year;
155 unsigned char id3version; 155 unsigned char id3version;
156 unsigned char genre;
157 unsigned int codectype; 156 unsigned int codectype;
158 unsigned int bitrate; 157 unsigned int bitrate;
159 unsigned long frequency; 158 unsigned long frequency;
@@ -228,7 +227,7 @@ enum {
228 227
229bool get_mp3_metadata(int fd, struct mp3entry *entry, const char *filename, bool v1first); 228bool get_mp3_metadata(int fd, struct mp3entry *entry, const char *filename, bool v1first);
230bool mp3info(struct mp3entry *entry, const char *filename, bool v1first); 229bool mp3info(struct mp3entry *entry, const char *filename, bool v1first);
231char* id3_get_genre(const struct mp3entry* id3); 230char* id3_get_num_genre(const unsigned int genre_num);
232char* id3_get_codec(const struct mp3entry* id3); 231char* id3_get_codec(const struct mp3entry* id3);
233int getid3v2len(int fd); 232int getid3v2len(int fd);
234void adjust_mp3entry(struct mp3entry *entry, void *dest, void *orig); 233void adjust_mp3entry(struct mp3entry *entry, void *dest, void *orig);