diff options
Diffstat (limited to 'src/decoder/_ogg_common.c')
-rw-r--r-- | src/decoder/_ogg_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/_ogg_common.c b/src/decoder/_ogg_common.c index 841b2ad3f..b066712fd 100644 --- a/src/decoder/_ogg_common.c +++ b/src/decoder/_ogg_common.c @@ -23,7 +23,7 @@ #include "_flac_common.h" #include "../utils.h" -ogg_stream_type ogg_stream_type_detect(InputStream * inStream) +ogg_stream_type ogg_stream_type_detect(struct input_stream *inStream) { /* oggflac detection based on code in ogg123 and this post * http://lists.xiph.org/pipermail/flac/2004-December/000393.html |