Re: winegstreamer: set bmiHeader.biSizeImage in the transform filter
23 Jan
2012
23 Jan
'12
5:07 a.m.
Aric Stewart <aric(a)codeweavers.com> wrote:
+ vih->bmiHeader.biSizeImage = width * height * 3; + if ((LONG)height < 0) + vih->bmiHeader.biSizeImage = -1 * vih->bmiHeader.biSizeImage;
Using correct types from the start (instead of introducing ugly and wrong workarounds) should help. -- Dmitry.
5075
Age (days ago)
5075
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov