Skip to content
Snippets Groups Projects
Commit 55612cbe authored by François Cartegnie's avatar François Cartegnie :fingers_crossed: Committed by Steve Lhomme
Browse files

input: fix input-list handling

regression from input source
5b341e4d
parent e20591c3
No related branches found
No related tags found
1 merge request!3760input: fix input-list handling
Pipeline #350591 passed with stages
in 30 minutes and 35 seconds
......@@ -2660,7 +2660,7 @@ static int InputSourceInit( input_source_t *in, input_thread_t *p_input,
msg_Dbg( p_input, "`%s' gives access `%s' demux `%s' path `%s'",
psz_mrl, psz_access, psz_demux, psz_path );
if( input_priv(p_input)->master == NULL /* XXX ugly */)
if( master /* XXX ugly */)
{ /* On master stream only, use input-list */
char *str = var_InheritString( p_input, "input-list" );
if( str != NULL )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment