[FFmpeg-devel] [PATCH]Add more 32bit RGB colourspaces to kerndeint
Paul B Mahol
onemda at gmail.com
Sat Jan 5 12:33:25 CET 2013
On 1/5/13, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> 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.
pix fmt descriptor, header is already there.
More information about the ffmpeg-devel
mailing list