1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-06-19 19:03:00 +02:00

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
+2
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;
}