[Bug 25807] Cant convert from WINED3DFMT_YV12 to WINED3DFMT_B8G8R8X8_UNORM

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 30 21:10:48 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=25807

--- Comment #4 from Ludio <ljerabek at cox.net> 2011-01-30 21:10:47 CST ---
Created an attachment (id=33066)
 --> (http://bugs.winehq.org/attachment.cgi?id=33066)
This is a byte dump for the start to the end of a frame.

After looking at the data there is this data doesn't match what would would be
expected for a YV12 buffer. The values being passed to the conversion function
show the image width to be 704 and image height to be 576. However the byte
dump clearly shows that data is 352x240 the input stride lenght is correct and
the output stride length is as expected 2816 (704*4) since the RGB data is 4
bytes. This issue now is where is the U and V data? It is suppose to come after
the Y data. There should be 352*240 of Y bytes, and (352*240)/4 U and
(352*240)/4 V bytes for color.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list