mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-04-28 13:10:21 +00:00
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> |
||
|---|---|---|
| .. | ||
| bfin | ||
| mlib | ||
| ppc | ||
| sparc | ||
| x86 | ||
| colorspace-test.c | ||
| libswscale.v | ||
| Makefile | ||
| 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 | ||