From 8a9a064985da4ac95c3a1cfb4de77200df348473 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 4 Nov 2019 13:17:49 -0500 Subject: [PATCH] TT#69700 don't compensate for TS gaps with a 1-second delay fixes #861 Change-Id: Id7bf8ab28e92e6e509e47a65304058d77f4b261f (cherry picked from commit 7a28b972c0b426f7296ca955fc84d7fa1f504867) --- lib/codeclib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/codeclib.c b/lib/codeclib.c index d3708741e..6aa9286f0 100644 --- a/lib/codeclib.c +++ b/lib/codeclib.c @@ -642,7 +642,6 @@ int decoder_input_data(decoder_t *dec, const str *data, unsigned long ts, "%lu to %lu", dec->rtp_ts, ts); // XXX handle lost packets here if timestamps don't line up? - dec->pts += dec->in_format.clockrate; } else dec->pts += shift_ts;