Browse Source

TT#50652 fix typo

Change-Id: I95f0ea46e00938a44e49413f416432835ee5e088
changes/36/25936/3
Richard Fuchs 7 years ago
parent
commit
1129676528
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/codeclib.c

+ 1
- 1
lib/codeclib.c View File

@ -611,7 +611,7 @@ int decoder_input_data(decoder_t *dec, const str *data, unsigned long ts,
// shift pts according to rtp ts shift
u_int64_t shift_ts = ts - dec->rtp_ts;
if ((shift_ts * 1000) / dec->in_format.clockrate > PACKET_TS_RESET_THRES) {
ilog(LOG_DEBUG, "Timestamp disconinuity detected, resetting timestamp from "
ilog(LOG_DEBUG, "Timestamp discontinuity detected, resetting timestamp from "
"%lu to %lu",
dec->rtp_ts, ts);
// XXX handle lost packets here if timestamps don't line up?


Loading…
Cancel
Save