On Tuesday 10 April 2012 21:58:28 Dan Dennedy wrote:
> While I have not reproduced it and thereby confirmed this patch,
> please try it nonetheless.
> 

For some reason, I am also unable to reproduce the issue with melt. I can 
reproduce it in Kdenlive with the following code:

mlt_image_format format = mlt_image_rgb24a;
int width = 0;
int height = 0;
const uchar* image = frame.get_image(format, width, height);
QImage qimage(width, height, QImage::Format_ARGB32);
memcpy(qimage.bits(), (uchar*) image, qimage.byteCount());

The bug then appears in qimage, however this piece of code has been working 
for a long time in Kdenlive.

I can confirm that your last patch (affine-alpha-distortion.diff) fixes the 
problem.

regards
jb

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to