Browse Source

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

fixes #861

Change-Id: Id7bf8ab28e92e6e509e47a65304058d77f4b261f
changes/85/34885/2
Richard Fuchs 6 years ago
parent
commit
7a28b972c0
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      lib/codeclib.c

+ 0
- 2
lib/codeclib.c View File

@ -690,8 +690,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?
// XXX actually set the timestamp to the newly received one?
dec->pts += dec->in_format.clockrate;
}
else
dec->pts += shift_ts;


Loading…
Cancel
Save