Browse Source

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.8
Manfred Tremmel Michael Niedermayer 14 years ago
parent
commit
03a91c7453
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libswscale/x86/yuv2rgb_template.c

+ 2
- 0
libswscale/x86/yuv2rgb_template.c 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;
}

Loading…
Cancel
Save