ffmpeg/libswscale/ppc
Mans Rullgard d853e571ad ppc: fix some pointer to integer casts
Use uintptr_t instead of plain int.  Without this change, the
comparisons will come out wrong for pointers in certain ranges.
Fixes random failures on ppc64.  Also fixes some compiler warnings.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-09-25 18:33:38 +01:00
..
swscale_altivec.c ppc: fix some pointer to integer casts 2011-09-25 18:33:38 +01:00
yuv2rgb_altivec.c swscale: split yuv2packedX_altivec in smaller functions. 2011-06-27 18:05:16 -07:00
yuv2rgb_altivec.h swscale: split yuv2packedX_altivec in smaller functions. 2011-06-27 18:05:16 -07:00
yuv2yuv_altivec.c swscale: split out unscaled altivec YUV converters in their own file. 2011-06-03 09:52:09 -07:00