[FFmpeg-devel] Re: [PATCH 2/7] lavc/pngdec: perform APNG blending in-place

2021-04-07 Thread Anton Khirnov
Quoting Michael Niedermayer (2021-04-07 21:21:39) > On Sat, Apr 03, 2021 at 09:48:18AM +0200, Anton Khirnov wrote: > > Quoting James Almer (2021-04-02 16:54:47) > > > On 4/2/2021 11:40 AM, Anton Khirnov wrote: > > > > Saves an allocation+free and two frame copies per each frame. > > > > --- > > > >

[FFmpeg-devel] Re: [PATCH 2/7] lavc/pngdec: perform APNG blending in-place

2021-04-03 Thread Anton Khirnov
Quoting James Almer (2021-04-02 16:54:47) > On 4/2/2021 11:40 AM, Anton Khirnov wrote: > > Saves an allocation+free and two frame copies per each frame. > > --- > > libavcodec/pngdec.c | 51 + > > 1 file changed, 28 insertions(+), 23 deletions(-) > >