ffmpeg/libswscale
Michael Niedermayer b552e3f6d8 swscale: Fix all cast qualifier warnings:
libswscale/swscale.c:2744:40: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
libswscale/swscale.c:2745:41: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
libswscale/swscale.c:2746:41: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
libswscale/swscale.c:2747:78: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-12-03 00:12:56 +01:00
..
bfin
mlib
ppc
sparc
x86 swscale_mmx: Fix cast qualifier warnings: 2011-12-03 00:12:53 +01:00
Makefile
colorspace-test.c
libswscale.v
options.c
rgb2rgb.c Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX). 2011-11-09 01:58:22 +01:00
rgb2rgb.h
rgb2rgb_template.c Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX). 2011-11-09 01:58:22 +01:00
swscale-test.c sws: update copyright dates 2011-11-18 21:44:26 +01:00
swscale.c swscale: Fix all cast qualifier warnings: 2011-12-03 00:12:56 +01:00
swscale.h sws: update copyright dates 2011-11-18 21:44:26 +01:00
swscale_internal.h Merge remote-tracking branch 'qatar/master' 2011-11-25 04:34:44 +01:00
swscale_unscaled.c Merge remote-tracking branch 'qatar/master' 2011-11-25 04:34:44 +01:00
utils.c Merge remote-tracking branch 'qatar/master' 2011-12-02 00:51:11 +01:00
yuv2rgb.c sws: Fix warning: ‘abase’ may be used uninitialized in this function 2011-11-18 21:51:29 +01:00