[FFmpeg-devel] [PATCH v2] swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB

Derek Buitenhuis derek.buitenhuis at gmail.com
Thu Feb 14 00:06:21 CET 2013


On 2013-02-13 4:47 PM, Ronald S. Bultje wrote:
> if (av_pix_fmt_descriptors[srcFormat].comp[0].depth_minus1 == (or <=?)
> 7 && dstFormat == GBRP), probably.

Still need to check that it's actually RGB, mind you. ;)

- Derek


More information about the ffmpeg-devel mailing list