From fed83de55cdaf7f623a16f1051d97d450c44ad63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 16 Jun 2008 21:16:23 +0300 Subject: [PATCH] live555: remove tautology --- modules/demux/live555.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 ) { -- 2.39.2