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

Paul B Mahol onemda at gmail.com
Wed Feb 13 20:27:31 CET 2013


On 2/13/13, Derek Buitenhuis <derek.buitenhuis at gmail.com> wrote:
> 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)

Isn't isByteRGB() subset of isPackedRGB() ?

>
> - Derek
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list