From: Jaroslav Kysela Date: Fri, 14 Dec 2018 17:38:26 +0000 (+0100) Subject: satip client: fix the double (and wrong) sf_last_data_tstamp update, fixes #5374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0db0890a4b4d1a2521009b8b5cbf058b964d9608;p=thirdparty%2Ftvheadend.git satip client: fix the double (and wrong) sf_last_data_tstamp update, fixes #5374 --- diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c index 8e7f93024..6deacd6d0 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -1541,7 +1541,6 @@ satip_frontend_rtp_data_received( http_client_t *hc, void *buf, size_t len ) tvh_mutex_unlock(&lfe->sf_dvr_lock); lfe->sf_last_data_tstamp = mclk(); } - lfe->sf_last_data_tstamp = mclk(); } else if (b[1] == 1) {