On 2025-01-10 12:10 +0200, Martin Storsjö wrote:
> On Wed, 8 Jan 2025, j...@jonb.org wrote:
>
> > From: Jonathan Baudanza
> >
> > This was previously adjusted by me in 6b3f9c2e92b.
> > Unfortunately, I traded one integer overflow bug for
> > another.
> >
> > Currently, NTP timestamps that exceed I
On Wed, 8 Jan 2025, j...@jonb.org wrote:
From: Jonathan Baudanza
This was previously adjusted by me in 6b3f9c2e92b.
Unfortunately, I traded one integer overflow bug for
another.
Currently, NTP timestamps that exceed INT64_MAX
(~Jan 20, 1968) will cause an overflow when passed
to av_rescale.
From: Jonathan Baudanza
This was previously adjusted by me in 6b3f9c2e92b.
Unfortunately, I traded one integer overflow bug for
another.
Currently, NTP timestamps that exceed INT64_MAX
(~Jan 20, 1968) will cause an overflow when passed
to av_rescale.
This patch replaces av_rescale, which operat