ffmpeg/libswscale/ppc
Pavel Koshevoy 665100c2f1 Fix destination row striding in altivec_yuv2_bgr24.
Misaligned row artifacts showed up when a 624x352 frame was converted
to BGR24 format.  When advancing to the next row the destination linesize
was added to the last output pointer position which was not linesize aligned,
resulting in a distorted picture.

Signed-off-by: Pavel Koshevoy <pavel@apple.aragog.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-07-06 17:40:43 +02:00
..
Makefile
swscale_altivec.c
yuv2rgb_altivec.c Fix destination row striding in altivec_yuv2_bgr24. 2012-07-06 17:40:43 +02:00
yuv2rgb_altivec.h
yuv2yuv_altivec.c