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 47a084d67a..deb6ba29d5 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -38,6 +38,7 @@ enum {
38 AFMT_MPC, /* Musepack */ 38 AFMT_MPC, /* Musepack */
39 AFMT_A52, /* A/52 (aka AC3) audio */ 39 AFMT_A52, /* A/52 (aka AC3) audio */
40 AFMT_WAVPACK, /* WavPack */ 40 AFMT_WAVPACK, /* WavPack */
41 AFMT_ALAC, /* Apple Lossless Audio Codec */
41 42
42 /* New formats must be added to the end of this list */ 43 /* New formats must be added to the end of this list */
43 44