[vlc-commits] [Git][videolan/vlc][master] input: fix input-list handling

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Jun 6 09:24:11 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
55612cbe by Francois Cartegnie at 2023-06-06T09:06:40+00:00
input: fix input-list handling

regression from input source
5b341e4dcb245a18aee71451568db8d4a74f3c21

- - - - -


1 changed file:

- src/input/input.c


Changes:

=====================================
src/input/input.c
=====================================
@@ -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 )



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/55612cbe22301ec344857c8612ae85ac7134a9e4

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/55612cbe22301ec344857c8612ae85ac7134a9e4
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list