Hi, On Sun, Apr 1, 2012 at 12:51 PM, Derek Buitenhuis <[email protected]> wrote: > From: Themaister <[email protected]> > > Signed-off-by: Michael Niedermayer <[email protected]> > Signed-off-by: Derek Buitenhuis <[email protected]> > --- > libswscale/swscale_internal.h | 3 +- > libswscale/swscale_unscaled.c | 105 > +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 107 insertions(+), 1 deletion(-) > > diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h > index 29fe4ff..7730442 100644 > --- a/libswscale/swscale_internal.h > +++ b/libswscale/swscale_internal.h > @@ -612,7 +612,8 @@ const char *sws_format_name(enum PixelFormat format); > > #define isAnyRGB(x) \ > (isRGBinInt(x) || \ > - isBGRinInt(x)) > + isBGRinInt(x) || \ > + (x) == PIX_FMT_GBRP)
Why is this necessary? Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
