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

live555: remove tautology

parent a616807c
......@@ -1217,12 +1217,9 @@ static int Demux( demux_t *p_demux )
return 0;
}
}
else if( p_sys->i_no_data_ti > 34 )
{
msg_Err( p_demux, "no data received in 10s, aborting" );
return 0;
}
}
else if( !p_sys->b_multicast && p_sys->b_no_data && p_sys->i_no_data_ti > 34 )
{
/* EOF ? */
......
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