[FFmpeg-devel] [RFC PATCH] avformat/rtpdec: fix another int overflow in start_time_realtime

Jonathan Baudanza jon at jonb.org
Sun Jan 5 11:26:16 EET 2025



On Tue, Nov 26, 2024, at 1:35 AM, jon at jonb.org wrote:
> 
> This patch replaces av_rescale, which operates on int64_t, with ff_parse_ntp_time, which operates on uint65_t. This will give the correct values for timestamps back around the NTP epoch and present day timestamps.
> 

Any feedback on this one-liner?


More information about the ffmpeg-devel mailing list