summaryrefslogtreecommitdiffstats
path: root/stream/stream_mf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_mf.c')
-rw-r--r--stream/stream_mf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/stream/stream_mf.c b/stream/stream_mf.c
index 9f87dad6b1..720a73f836 100644
--- a/stream/stream_mf.c
+++ b/stream/stream_mf.c
@@ -29,7 +29,7 @@
#include "stream.h"
static int
-mf_stream_open (stream_t *stream, int mode, void *opts)
+mf_stream_open (stream_t *stream, int mode)
{
stream->type = STREAMTYPE_MF;
stream->demuxer = "mf";
@@ -41,6 +41,4 @@ const stream_info_t stream_info_mf = {
"mf",
mf_stream_open,
{ "mf", NULL },
- NULL,
- 1
};