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

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Jan 5 14:42:28 CET 2013


Stefano Sabatini <stefasab <at> gmail.com> writes:

> > -        if (inlink->format == AV_PIX_FMT_RGBA) {
> 
> > +        if (av_pix_fmt_desc_get(inlink->format)->flags & PIX_FMT_RGB) {
> 
> Introduce an internal variable rgb_packed or whatever and use that, so
> you avoid to call a function and repeat this in two distinct places.

Done.

> Looks OK otherwise.

Pushed.

Do you know what has to be done for RGB24?

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list