ffmpeg/libswscale/ppc
Mans Rullgard dde0fb4aea 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>
(cherry picked from commit d853e571ad)

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2011-09-26 19:31:32 +02:00
..
swscale_altivec.c ppc: fix some pointer to integer casts 2011-09-26 19:31:32 +02:00
yuv2rgb_altivec.c swscale: split out ppc _template.c files from main swscale.c. 2011-06-03 09:52:09 -07:00
yuv2rgb_altivec.h swscale: split out ppc _template.c files from main swscale.c. 2011-06-03 09:52:09 -07:00
yuv2yuv_altivec.c swscale: split out unscaled altivec YUV converters in their own file. 2011-06-03 09:52:09 -07:00