Revision 3a1cdcc7 libavformat/rtspdec.c
libavformat/rtspdec.c | ||
---|---|---|
67 | 67 |
if (reply->range_start != AV_NOPTS_VALUE) { |
68 | 68 |
rtpctx->last_rtcp_ntp_time = AV_NOPTS_VALUE; |
69 | 69 |
rtpctx->first_rtcp_ntp_time = AV_NOPTS_VALUE; |
70 |
rtpctx->base_timestamp = 0; |
|
71 |
rtpctx->rtcp_ts_offset = 0; |
|
70 | 72 |
if (st) |
71 | 73 |
rtpctx->range_start_offset = |
72 | 74 |
av_rescale_q(reply->range_start, AV_TIME_BASE_Q, |
Also available in: Unified diff