ffmpeg/libswscale
Diego Biurrun e982d4d39f Remove the unused function roundToInt16. It is a duplicate of the same function
in swscale.c. Fixes the warning:
yuv2rgb_altivec.c:751: 'roundToInt16' defined but not used

Originally committed as revision 26247 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2008-03-15 10:04:19 +00:00
..
Makefile cosmetics: Remove useless empty line. 2008-03-08 14:54:36 +00:00
cs_test.c
internal_bfin.S FLAT objects cannot have multiple sections, so using the L1 attributes breaks 2008-02-16 15:17:59 +00:00
rgb2rgb.c
rgb2rgb.h
rgb2rgb_template.c __asm __volatile -> asm volatile part 3 2008-02-24 14:59:16 +00:00
swscale-example.c
swscale.c typos 2008-03-12 23:50:48 +00:00
swscale.h change sws_format_name to return const char*, supress many warnings 2008-03-06 11:32:25 +00:00
swscale_altivec_template.c Fix outdated comment. 2008-02-25 09:43:52 +00:00
swscale_bfin.c FLAT objects cannot have multiple sections, so using the L1 attributes breaks 2008-02-16 15:17:59 +00:00
swscale_internal.h Make av_class a pointer to const. 2008-03-10 14:30:49 +00:00
swscale_template.c remove redundant SwScaler text since av_log uses AVClass context 2008-03-06 09:51:25 +00:00
yuv2rgb.c Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings. 2008-03-11 09:01:38 +00:00
yuv2rgb_altivec.c Remove the unused function roundToInt16. It is a duplicate of the same function 2008-03-15 10:04:19 +00:00
yuv2rgb_bfin.c FLAT objects cannot have multiple sections, so using the L1 attributes breaks 2008-02-16 15:17:59 +00:00
yuv2rgb_mlib.c
yuv2rgb_template.c Discard two symbols from libswscale. 2008-02-22 08:08:19 +00:00
yuv2rgb_vis.c