Commit 31c91f0a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

blend: fix Win32 warning; RGB is a system macro

parent a6d52f6f
......@@ -528,6 +528,8 @@ static const struct {
vlc_fourcc_t src;
blend_function_t blend;
} blends[] = {
#undef RGB
#undef YUV
#define RGB(csp, picture, cvt) \
{ csp, VLC_CODEC_YUVA, Blend<picture, CPictureYUVA, compose<cvt, convertYuv8ToRgb> > }, \
{ csp, VLC_CODEC_RGBA, Blend<picture, CPictureRGBA, compose<cvt, convertNone> > }, \
......
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