Re: [FFmpeg-devel] [PATCH 5/8] sws: add a new scaling API

2021-07-14 Thread Michael Niedermayer
On Tue, Jul 13, 2021 at 07:54:18PM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2021-07-12 21:08:55) > > On Mon, Jul 12, 2021 at 01:07:06PM +0200, Anton Khirnov wrote: > > [...] > > > diff --git a/libswscale/swscale.h b/libswscale/swscale.h > > > index 50d6d46553..41eacd2dea 100644 >

Re: [FFmpeg-devel] [PATCH 5/8] sws: add a new scaling API

2021-07-14 Thread Anton Khirnov
Quoting Michael Niedermayer (2021-07-12 21:08:55) > On Mon, Jul 12, 2021 at 01:07:06PM +0200, Anton Khirnov wrote: > [...] > > diff --git a/libswscale/swscale.h b/libswscale/swscale.h > > index 50d6d46553..41eacd2dea 100644 > > --- a/libswscale/swscale.h > > +++ b/libswscale/swscale.h > > @@ -30,6

Re: [FFmpeg-devel] [PATCH 5/8] sws: add a new scaling API

2021-07-12 Thread Michael Niedermayer
On Mon, Jul 12, 2021 at 01:07:06PM +0200, Anton Khirnov wrote: [...] > diff --git a/libswscale/swscale.h b/libswscale/swscale.h > index 50d6d46553..41eacd2dea 100644 > --- a/libswscale/swscale.h > +++ b/libswscale/swscale.h > @@ -30,6 +30,7 @@ > #include > > #include "libavutil/avutil.h" > +#i