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

Derek Buitenhuis derek.buitenhuis at gmail.com
Wed Feb 13 20:14:08 CET 2013


On 2013-02-13 7:32 AM, Michael Niedermayer wrote:
> This will attempt to use the function in cases other than byte based
> packed RGB, which will fail

Changed to this locally:

if (isPackedRGB(srcFormat) && isByteRGB(srcFormat) && dstFormat == AV_PIX_FMT_GBRP)

- Derek


More information about the ffmpeg-devel mailing list