Hi, On Sun, Jan 29, 2012 at 1:31 PM, Paul B Mahol <[email protected]> wrote: > - if ((dstFormat == PIX_FMT_YUVA420P) && !alpPixBuf) > + if (isPlanarYUV(dstFormat) && isALPHA(dstFormat) && !alpPixBuf) > fillPlane(dst[3], dstStride[3], dstW, dstY-lastDstY, lastDstY, 255);
Actually, I think that check should say "if (isPlanar(..", not "if (isPlanarYUV(...", since the same would apply to planar RGB with alpha channels. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
