Patch from Packman (OpenSuse - packages) to silence rpmlint.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Manfred Tremmel 2011-04-25 19:53:47 +02:00 committed by Michael Niedermayer
parent 7f725f234e
commit 03a91c7453

View File

@ -407,6 +407,7 @@ static inline int RENAME(yuva420_rgb32)(SwsContext *c, const uint8_t *src[],
YUV2RGB_OPERANDS_ALPHA
YUV2RGB_ENDFUNC
#endif
return 0;
}
static inline int RENAME(yuv420_bgr32)(SwsContext *c, const uint8_t *src[],
@ -450,4 +451,5 @@ static inline int RENAME(yuva420_bgr32)(SwsContext *c, const uint8_t *src[],
YUV2RGB_OPERANDS_ALPHA
YUV2RGB_ENDFUNC
#endif
return 0;
}