> Ok, I take that back. I see the problem. The row pitch (bytes per row) is > wrong for the U and V planes. It is resolution dependent, so some video > clips work ok, while others don't. Looking into it...
... solved it. Changes are in the CVS repository. The hardware can only handle surface-widths that are a multiple of 16 bytes If for example your YV12 image is 720 pixels wide, the U and V planes will be 360 pixels across because they are subsampled. 360 / 16 = 22.5, and that does not work, obviously. Enough noise from me.... I hope this helps. :-) /Andreas -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.
