aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/ogg_common.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder/ogg_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/ogg_common.h b/src/decoder/ogg_common.h
index 26414e96e..b3c8de238 100644
--- a/src/decoder/ogg_common.h
+++ b/src/decoder/ogg_common.h
@@ -32,6 +32,6 @@ enum ogg_stream_type {
};
enum ogg_stream_type
-ogg_stream_type_detect(struct input_stream *is);
+ogg_stream_type_detect(struct decoder *decoder, struct input_stream *is);
#endif /* _OGG_COMMON_H */