Commit 987349d7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

input: cosmetic

parent 3fbb103a
...@@ -2245,8 +2245,8 @@ static int InputSourceInit( input_thread_t *p_input, ...@@ -2245,8 +2245,8 @@ static int InputSourceInit( input_thread_t *p_input,
} }
/* Try access_demux first */ /* Try access_demux first */
in->p_demux = demux_New( p_input, p_input, psz_access, psz_demux, psz_path, in->p_demux = demux_New( p_input, p_input, psz_access, psz_demux,
NULL, p_input->p->p_es_out, false ); psz_path, NULL, p_input->p->p_es_out, false );
} }
else else
{ {
......
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