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