mirror of https://github.com/FFmpeg/FFmpeg.git
When receiving an RTCP packet, the difference between the last RTCP timestamp and the base timestamp may be negative. As these timestamps are of the uint32_t type, the result becomes a large integer. Cast the difference to int32_t to avoid this issue. The result of this issue is very large start times for RTSP streams, and difficulty to restart correctly after a pause. Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> Signed-off-by: Martin Storsjö <martin@martin.st>pull/113/head^2
parent
ff394ca087
commit
1ec28a66f2
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue