From: RĂ©mi Denis-Courmont Date: Mon, 16 Jun 2008 18:16:23 +0000 (+0300) Subject: live555: remove tautology X-Git-Tag: 0.9.0-test1~280 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=fed83de55cdaf7f623a16f1051d97d450c44ad63;p=vlc live555: remove tautology --- diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp index 38257b4030..faf92e196b 100644 --- a/modules/demux/live555.cpp +++ b/modules/demux/live555.cpp @@ -1217,11 +1217,8 @@ 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; - } + 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 ) {