summaryrefslogtreecommitdiff
path: root/apps/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata.h')
-rw-r--r--apps/metadata.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/metadata.h b/apps/metadata.h
index d016359d2a..3c5efb7532 100644
--- a/apps/metadata.h
+++ b/apps/metadata.h
@@ -87,6 +87,12 @@ enum
87 AFMT_WMAVOICE, /* WMA Voice in ASF */ 87 AFMT_WMAVOICE, /* WMA Voice in ASF */
88 AFMT_MPC_SV8, /* Musepack SV8 */ 88 AFMT_MPC_SV8, /* Musepack SV8 */
89 AFMT_MP4_AAC_HE, /* Advanced Audio Coding (AAC-HE) in M4A container */ 89 AFMT_MP4_AAC_HE, /* Advanced Audio Coding (AAC-HE) in M4A container */
90 AFMT_AY, /* AY (ZX Spectrum, Amstrad CPC Sound Format) */
91 AFMT_GBS, /* GBS (Game Boy Sound Format) */
92 AFMT_HES, /* HES (Hudson Entertainment System Sound Format) */
93 AFMT_SGC, /* SGC (Sega Master System, Game Gear, Coleco Vision Sound Format) */
94 AFMT_VGM, /* VGM (Video Game Music Format) */
95 AFMT_KSS, /* KSS (MSX computer KSS Music File) */
90#endif 96#endif
91 97
92 /* add new formats at any index above this line to have a sensible order - 98 /* add new formats at any index above this line to have a sensible order -