From: Jaroslav Kysela Date: Fri, 19 Jan 2018 08:42:59 +0000 (+0100) Subject: dvb psi lib: another fix for the table interval check X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a48d779523223c4a5c06eefb59e0d140159835b8;p=thirdparty%2Ftvheadend.git dvb psi lib: another fix for the table interval check --- diff --git a/src/input/mpegts/dvb_psi_lib.c b/src/input/mpegts/dvb_psi_lib.c index 0bdb6dd76..805d066dc 100644 --- a/src/input/mpegts/dvb_psi_lib.c +++ b/src/input/mpegts/dvb_psi_lib.c @@ -328,6 +328,7 @@ dvb_table_begin /* Interval check */ if (interval && mt->mt_last_complete && mt->mt_last_complete + interval < gclk()) { + mt->mt_last_complete = 0; tvhtrace(mt->mt_subsys, "%s: time interval exceeded, restart", mt->mt_name); goto restart; }