Commit 03a91c74 authored by Manfred Tremmel's avatar Manfred Tremmel Committed by Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7f725f23
......@@ -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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment