Commit 02275b63 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

live555: remove useless error case

This cargo cult was introduced in d306828b
without any explanation.
parent 040e285b
......@@ -722,12 +722,6 @@ static int SessionsSetup( demux_t *p_demux )
Boolean bInit;
live_track_t *tk;
if( !vlc_object_alive (p_demux) )
{
delete iter;
return VLC_EGENERIC;
}
/* Value taken from mplayer */
if( !strcmp( sub->mediumName(), "audio" ) )
i_receive_buffer = 100000;
......
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