FFmpeg/libswscale
Diego Biurrun db46be01ec Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().
When HAVE_7REGS was not defined these functions had an empty body
causing the following warnings during compilation.
In file included from libswscale/x86/yuv2rgb_mmx.c:58:
libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_rgb32_MMX’:
libswscale/x86/yuv2rgb_template.c:412: warning: no return statement in function returning non-void
libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_bgr32_MMX’:
libswscale/x86/yuv2rgb_template.c:457: warning: no return statement in function returning non-void

Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-04-11 14:18:48 +02:00
..
bfin Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mlib Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ppc Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
sparc Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
x86 Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX(). 2011-04-11 14:18:48 +02:00
colorspace-test.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
libswscale.v
Makefile Merge libavcore into libavutil 2011-02-15 16:18:21 +01:00
options.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rgb2rgb_template.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rgb2rgb.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
rgb2rgb.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
swscale_internal.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
swscale_template.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
swscale-test.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
swscale.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
swscale.h swscale: postpone sws_getContext removal until next major bump. 2011-04-06 22:55:28 +02:00
utils.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
yuv2rgb.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00