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