]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
satip client: fix the double (and wrong) sf_last_data_tstamp update, fixes #5374
authorJaroslav Kysela <perex@perex.cz>
Fri, 14 Dec 2018 17:38:26 +0000 (18:38 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 14 Dec 2018 17:38:26 +0000 (18:38 +0100)
src/input/mpegts/satip/satip_frontend.c

index 8e7f93024ca677a16dacd8528a4ca996286d0b03..6deacd6d0ba2d39b20d06184611a8f89d2ab7272 100644 (file)
@@ -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) {