Re: [FFmpeg-devel] [PATCH] avcodec/me_cmp: Fix crashes on ARM due to misalignment

2017-08-21 Thread Michael Niedermayer
On Sat, Aug 19, 2017 at 11:38:58PM +0200, Michael Niedermayer wrote: > Adds a diff_pixels_unaligned() > > Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872503 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/me_cmp.c | 10 +- >

[FFmpeg-devel] [PATCH] avcodec/me_cmp: Fix crashes on ARM due to misalignment

2017-08-19 Thread Michael Niedermayer
Adds a diff_pixels_unaligned() Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872503 Signed-off-by: Michael Niedermayer --- libavcodec/me_cmp.c | 10 +- libavcodec/pixblockdsp.c | 1 + libavcodec/pixblockdsp.h | 5