ffmpeg/libswscale
Benoit Fouet 453d28af60 Change the type of Y table to pointer to void in fill_table().
This fixes warnings about wrong type being used, e.g.:
libswscale/yuv2rgb.c: In function ‘ff_yuv2rgb_c_init_tables’:
libswscale/yuv2rgb.c:778: warning: passing argument 4 of ‘fill_table’ from incompatible pointer type
libswscale/yuv2rgb.c:598: note: expected ‘uint8_t *’ but argument is of type ‘uint16_t *’

Originally committed as revision 31722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2010-07-12 08:35:20 +00:00
..
bfin
mlib
ppc
sparc
x86
Makefile
colorspace-test.c
libswscale.v
options.c
rgb2rgb.c
rgb2rgb.h
rgb2rgb_template.c
swscale-test.c
swscale.c
swscale.h
swscale_internal.h
swscale_template.c
utils.c
yuv2rgb.c Change the type of Y table to pointer to void in fill_table(). 2010-07-12 08:35:20 +00:00