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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_mf.c b/stream/stream_mf.c
index eef5d6fc4d..9354005ae4 100644
--- a/stream/stream_mf.c
+++ b/stream/stream_mf.c
@@ -32,7 +32,7 @@ static int
mf_stream_open (stream_t *stream, int mode, void *opts)
{
stream->type = STREAMTYPE_MF;
- stream->demuxer = "lavf";
+ stream->demuxer = "mf";
return STREAM_OK;
}