diff options
Diffstat (limited to 'firmware/export/id3.h')
| -rw-r--r-- | firmware/export/id3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h index d407b7b..6c65071 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -40,6 +40,8 @@ enum { AFMT_WAVPACK, /* WavPack */ /* New formats must be added to the end of this list */ + + AFMT_NUM_CODECS }; struct mp3entry { |