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 8fd41a1286..8f904e49e6 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -25,7 +25,7 @@
25/* Audio file types. */ 25/* Audio file types. */
26/* NOTE: When adding new audio types, also add to codec_labels[] in id3.c */ 26/* NOTE: When adding new audio types, also add to codec_labels[] in id3.c */
27enum { 27enum {
28 AFMT_UNKNOWN = 0, /* Unknown file format */ 28 AFMT_UNKNOWN = 1, /* Unknown file format */
29 29
30#if CONFIG_HWCODEC==MASNONE 30#if CONFIG_HWCODEC==MASNONE
31 AFMT_MPA_L1, /* MPEG Audio layer 1 */ 31 AFMT_MPA_L1, /* MPEG Audio layer 1 */