diff options
author | Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> | 2015-02-20 07:14:53 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-21 14:18:52 +0100 |
commit | 73029abddc14c8a376ff81968fe9b1e171e4e9eb (patch) | |
tree | 0a26e87f592fdbe9946e192d7e22c17d1cc4d7fd /libavutil | |
parent | e3cc93aacfcbb2111e3520355d414b55b48f9426 (diff) | |
download | ffmpeg-73029abddc14c8a376ff81968fe9b1e171e4e9eb.tar.gz |
libavformat/rtpdec: fix issue with conversion from unsigned to signed
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: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
0 files changed, 0 insertions, 0 deletions