diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/OggCodec.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/OggCodec.cxx b/src/decoder/OggCodec.cxx index d7e5b7642..adc88188e 100644 --- a/src/decoder/OggCodec.cxx +++ b/src/decoder/OggCodec.cxx @@ -27,7 +27,7 @@ #include <string.h> enum ogg_codec -ogg_codec_detect(struct decoder *decoder, struct input_stream *is) +ogg_codec_detect(Decoder *decoder, struct input_stream *is) { /* oggflac detection based on code in ogg123 and this post * http://lists.xiph.org/pipermail/flac/2004-December/000393.html |