]> git.sesse.net Git - ffmpeg/commit
lavc/pngdec: perform APNG blending in-place
authorAnton Khirnov <anton@khirnov.net>
Thu, 1 Apr 2021 13:45:45 +0000 (15:45 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 8 Apr 2021 09:03:15 +0000 (11:03 +0200)
commit5a50bd88db670f8c030a814e4cdb2a880dc1d4f4
tree6e9319708c470bdbce4f16c8f6b7e882ff722d69
parent98060a198ef0bd213d0d0b029f8955fcd3be93d2
lavc/pngdec: perform APNG blending in-place

Saves an allocation+free and two frame copies per each frame.
libavcodec/pngdec.c