[FFmpeg-devel] [PATCH]Add more 32bit RGB colourspaces to kerndeint

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Jan 5 12:15:20 CET 2013


Paul B Mahol <onemda <at> gmail.com> writes:

> > +#define isRGB(x) \
> > +    (  x == PIX_FMT_ARGB \
> > +    || x == PIX_FMT_0RGB \

> There is better way to check if pix fmt is rgb. 
> No need to add 10 extra lines of code.

Please enlighten me.

Carl Eugen



More information about the ffmpeg-devel mailing list