[FFmpeg-devel] [PATCH] Fixed PNG decoding with Paeth filter for RGBA 64-bits.

Dominique Leroux Dominique.Leroux at autodesk.com
Fri Dec 5 01:20:31 CET 2014


Found and fixed an artifact in the last column of decoded RGBA 64-bits PNG images.

The code was dealing with a SIMD-optimized version of the function without taking into account that we can have RGB/RGBA images that are respectively 6 or 8  bytes per pixel (not just 3 or 4).

Dominique
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fixed-PNG-decoding-with-Paeth-filter-for-RGBA-64-bit.patch
Type: application/octet-stream
Size: 7269 bytes
Desc: 0001-Fixed-PNG-decoding-with-Paeth-filter-for-RGBA-64-bit.patch
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141205/c80d31ee/attachment.obj>


More information about the ffmpeg-devel mailing list