]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/dvb.c
Revert [23949].
[vlc] / modules / demux / playlist / dvb.c
index 5e3edb5ce18242b44c5bba029886a316d5769a34..31fefceb638549ea4ba54fdebad31d27f8288457 100644 (file)
@@ -118,7 +118,7 @@ static int Demux( demux_t *p_demux )
             EnsureUTF8( ppsz_options[i] );
             input_ItemAddOption( p_input, ppsz_options[i] );
         }
-        input_ItemAddSubItem( p_current_input, p_input, VLC_FALSE );
+        input_ItemAddSubItem( p_current_input, p_input );
         vlc_gc_decref( p_input );
         while( i_options-- ) free( ppsz_options[i_options] );
         if( ppsz_options ) free( ppsz_options );