Re: [FFmpeg-devel] [PATCH v2 4/7] avutil/mathematics: add av_rescale_interval() function

2022-03-07 Thread Pierre-Anthony Lemieux
On Fri, Mar 4, 2022 at 12:40 PM Pierre-Anthony Lemieux wrote: > > On Fri, Mar 4, 2022 at 12:13 PM Andreas Rheinhardt > wrote: > > > > p...@sandflow.com: > > > From: Pierre-Anthony Lemieux > > > > > > Refactors a function used by avformat/concat and avformat/imf. > > > > > > --- > > > libavutil

Re: [FFmpeg-devel] [PATCH v2 4/7] avutil/mathematics: add av_rescale_interval() function

2022-03-04 Thread Pierre-Anthony Lemieux
On Fri, Mar 4, 2022 at 12:13 PM Andreas Rheinhardt wrote: > > p...@sandflow.com: > > From: Pierre-Anthony Lemieux > > > > Refactors a function used by avformat/concat and avformat/imf. > > > > --- > > libavutil/mathematics.c | 10 ++ > > libavutil/mathematics.h | 21 +

Re: [FFmpeg-devel] [PATCH v2 4/7] avutil/mathematics: add av_rescale_interval() function

2022-03-04 Thread Andreas Rheinhardt
p...@sandflow.com: > From: Pierre-Anthony Lemieux > > Refactors a function used by avformat/concat and avformat/imf. > > --- > libavutil/mathematics.c | 10 ++ > libavutil/mathematics.h | 21 + > 2 files changed, 31 insertions(+) > > diff --git a/libavutil/mathemati

[FFmpeg-devel] [PATCH v2 4/7] avutil/mathematics: add av_rescale_interval() function

2022-02-20 Thread pal
From: Pierre-Anthony Lemieux Refactors a function used by avformat/concat and avformat/imf. --- libavutil/mathematics.c | 10 ++ libavutil/mathematics.h | 21 + 2 files changed, 31 insertions(+) diff --git a/libavutil/mathematics.c b/libavutil/mathematics.c index f4