summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/id3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 5090534e99..38494044fa 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -41,6 +41,7 @@ enum {
41 AFMT_ALAC, /* Apple Lossless Audio Codec */ 41 AFMT_ALAC, /* Apple Lossless Audio Codec */
42 AFMT_AAC, /* Advanced Audio Coding (AAC) in M4A container */ 42 AFMT_AAC, /* Advanced Audio Coding (AAC) in M4A container */
43 AFMT_SHN, /* Shorten */ 43 AFMT_SHN, /* Shorten */
44 AFMT_AIFF, /* Audio Interchange File Format */
44 45
45 /* New formats must be added to the end of this list */ 46 /* New formats must be added to the end of this list */
46 47