diff options
Diffstat (limited to 'src/decoder/ogg_codec.h')
-rw-r--r-- | src/decoder/ogg_codec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoder/ogg_codec.h b/src/decoder/ogg_codec.h index ac2cdc0ed..d99758cad 100644 --- a/src/decoder/ogg_codec.h +++ b/src/decoder/ogg_codec.h @@ -27,6 +27,7 @@ #include "decoder_api.h" enum ogg_codec { + OGG_CODEC_UNKNOWN, OGG_CODEC_VORBIS, OGG_CODEC_FLAC, }; |