Re: [FFmpeg-devel] [PATCH 1/2] avcodec/x86/pngdsp: fix off by 1 error

2014-12-08 Thread Michael Niedermayer
On Sun, Dec 07, 2014 at 12:52:52PM +0100, Michael Niedermayer wrote: > This fixes artifacts in the last pixel of rows with some widths and pixel > formats > > Found-by: Dominique Leroux > Signed-off-by: Michael Niedermayer applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF

[FFmpeg-devel] [PATCH 1/2] avcodec/x86/pngdsp: fix off by 1 error

2014-12-07 Thread Michael Niedermayer
This fixes artifacts in the last pixel of rows with some widths and pixel formats Found-by: Dominique Leroux Signed-off-by: Michael Niedermayer --- libavcodec/pngdec.c |2 +- libavcodec/x86/pngdsp.asm |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcode