[FFmpeg-devel] [RFC PATCH] avformat/rtpdec: fix another int overflow in start_time_realtime
Alexander Strasser
eclipse7 at gmx.net
Mon Jan 6 19:46:42 EET 2025
Hi Jonathan!
On 2025-01-05 04:26 -0500, Jonathan Baudanza wrote:
>
>
> 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?
Patch looks plausible except for the uint65_t typo and the long
lines in the commit message.
Will give it a try and push if it works and there are no objections
from other developers.
Thanks for submitting this patch!
Best regards,
Alexander
More information about the ffmpeg-devel
mailing list