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, 2 insertions, 2 deletions
diff --git a/stream/stream_mf.c b/stream/stream_mf.c
index 9b8b47188a..eef5d6fc4d 100644
--- a/stream/stream_mf.c
+++ b/stream/stream_mf.c
@@ -29,10 +29,10 @@
#include "demux/demux.h"
static int
-mf_stream_open (stream_t *stream, int mode, void *opts, int *file_format)
+mf_stream_open (stream_t *stream, int mode, void *opts)
{
stream->type = STREAMTYPE_MF;
- *file_format = DEMUXER_TYPE_MF;
+ stream->demuxer = "lavf";
return STREAM_OK;
}