summaryrefslogtreecommitdiffstats
path: root/stream/stream_avdevice.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_avdevice.c')
-rw-r--r--stream/stream_avdevice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_avdevice.c b/stream/stream_avdevice.c
index 5d94b35d70..8bf9985ff8 100644
--- a/stream/stream_avdevice.c
+++ b/stream/stream_avdevice.c
@@ -25,7 +25,7 @@ static int fill_buffer(stream_t *s, char *buffer, int max_len)
return -1;
}
-static int open_f(stream_t *stream, int mode, void *opts)
+static int open_f(stream_t *stream, int mode)
{
if (mode != STREAM_READ)
return STREAM_ERROR;