aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJonathan Baudanza <jon@jonb.org>2024-09-04 17:06:15 +0900
committerAnton Khirnov <anton@khirnov.net>2024-09-23 17:08:33 +0200
commit6b3f9c2e92ba1973de031554c6929a8eace3c87c (patch)
treed5e45815594b6277053d54552684c6699aaa5f13 /doc/APIchanges
parent660e7e6a0ef0981c968e95d192b1ef094dbc53ad (diff)
downloadffmpeg-6b3f9c2e92ba1973de031554c6929a8eace3c87c.tar.gz
avformat/rtpdec: fix integer overflow in start_time_realtime calculation
I encountered this problem with NTP timestamps that are extremely old, like from January, 1990. Although RFC3550 suggests that the timestamps in the RTCP packets use the actual wallclock, some implementations use other clocks, such as the CLOCK_MONOTONIC on linux. I'm my case, I'm dealing with packets from mediasoup. Without this patch, start_time_realtime shows up in the distance future instead of around Jan 1900. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/APIchanges')
0 files changed, 0 insertions, 0 deletions