]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/m3u.c
Force to specify options flags in input_item_New*.
[vlc] / modules / demux / playlist / m3u.c
index 2f0bf7fa7e7fc5bea9996dbf6b5d2d761d1d0511..09c99a0fec2e008f15a83cbc147a06ace9aeea23 100644 (file)
@@ -218,7 +218,7 @@ static int Demux( demux_t *p_demux )
             if( !psz_mrl ) goto error;
 
             p_input = input_item_NewExt( p_demux, psz_mrl, psz_name,
-                                        0, NULL, i_duration );
+                                        0, NULL, 0, i_duration );
 
             if ( psz_artist && *psz_artist )
                 input_item_SetArtist( p_input, psz_artist );