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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 2751fde6f5..46b9b92f73 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -235,8 +235,8 @@ enum {
235 ID3_VER_2_4 235 ID3_VER_2_4
236}; 236};
237 237
238bool get_mp3_metadata(int fd, struct mp3entry *entry, const char *filename, bool v1first); 238bool get_mp3_metadata(int fd, struct mp3entry *entry, const char *filename);
239bool mp3info(struct mp3entry *entry, const char *filename, bool v1first); 239bool mp3info(struct mp3entry *entry, const char *filename);
240char* id3_get_num_genre(const unsigned int genre_num); 240char* id3_get_num_genre(const unsigned int genre_num);
241char* id3_get_codec(const struct mp3entry* id3); 241char* id3_get_codec(const struct mp3entry* id3);
242int getid3v2len(int fd); 242int getid3v2len(int fd);