• Diego Biurrun's avatar
    Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX(). · db46be01
    Diego Biurrun authored
    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: 's avatarDiego Biurrun <diego@biurrun.de>
    db46be01
Name
Last commit
Last update
..
bfin Loading commit data...
mlib Loading commit data...
ppc Loading commit data...
sparc Loading commit data...
x86 Loading commit data...
Makefile Loading commit data...
colorspace-test.c Loading commit data...
libswscale.v Loading commit data...
options.c Loading commit data...
rgb2rgb.c Loading commit data...
rgb2rgb.h Loading commit data...
rgb2rgb_template.c Loading commit data...
swscale-test.c Loading commit data...
swscale.c Loading commit data...
swscale.h Loading commit data...
swscale_internal.h Loading commit data...
swscale_template.c Loading commit data...
utils.c Loading commit data...
yuv2rgb.c Loading commit data...