summaryrefslogtreecommitdiffstats
path: root/demux/demux.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.c')
-rw-r--r--demux/demux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/demux/demux.c b/demux/demux.c
index 1783f92c96..873821f250 100644
--- a/demux/demux.c
+++ b/demux/demux.c
@@ -581,8 +581,6 @@ struct demuxer *demux_open(struct stream *stream, char *force_format,
const struct demuxer_desc *check_desc = NULL;
if (!force_format)
- force_format = opts->demuxer_name;
- if (!force_format)
force_format = stream->demuxer;
if (force_format && force_format[0]) {