Browse Source

TT#69700 don't compensate for TS gaps with a 1-second delay

fixes #861

Change-Id: Id7bf8ab28e92e6e509e47a65304058d77f4b261f
(cherry picked from commit 7a28b972c0)
changes/22/39822/1
Richard Fuchs 6 years ago
parent
commit
8a9a064985
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      lib/codeclib.c

+ 0
- 1
lib/codeclib.c View File

@ -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;


Loading…
Cancel
Save