summaryrefslogtreecommitdiff
path: root/lib/rbcodec/metadata/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/metadata/metadata.h')
-rw-r--r--lib/rbcodec/metadata/metadata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbcodec/metadata/metadata.h b/lib/rbcodec/metadata/metadata.h
index 4b4a8337fb..18cfce7523 100644
--- a/lib/rbcodec/metadata/metadata.h
+++ b/lib/rbcodec/metadata/metadata.h
@@ -89,6 +89,7 @@ enum
89 AFMT_SGC, /* SGC (Sega Master System, Game Gear, Coleco Vision Sound Format) */ 89 AFMT_SGC, /* SGC (Sega Master System, Game Gear, Coleco Vision Sound Format) */
90 AFMT_VGM, /* VGM (Video Game Music Format) */ 90 AFMT_VGM, /* VGM (Video Game Music Format) */
91 AFMT_KSS, /* KSS (MSX computer KSS Music File) */ 91 AFMT_KSS, /* KSS (MSX computer KSS Music File) */
92 AFMT_OPUS, /* Opus (see http://www.opus-codec.org ) */
92#endif 93#endif
93 94
94 /* add new formats at any index above this line to have a sensible order - 95 /* add new formats at any index above this line to have a sensible order -