Commit f073a631 authored by Christophe Mutricy's avatar Christophe Mutricy

when retrying set the demux to "" for real. refs #1228

parent 5b1563c5
...@@ -2258,7 +2258,8 @@ static int InputSourceInit( input_thread_t *p_input, ...@@ -2258,7 +2258,8 @@ static int InputSourceInit( input_thread_t *p_input,
{ {
msg_Dbg( p_input, "retrying with access `' demux `' path `%s'", msg_Dbg( p_input, "retrying with access `' demux `' path `%s'",
psz_mrl ); psz_mrl );
in->p_access = access2_New( p_input, psz_demux=strdup("");
in->p_access = access2_New( p_input,
"", "", psz_mrl, "", "", psz_mrl,
p_input->b_preparsing ); p_input->b_preparsing );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment