j
k
j a
j l
Bartosz Kosiorek wine@gitlab.winehq.org wrote:
for (y=0; y<src_height; y++) { ARGB *src_color = (ARGB*)(src + src_stride * y);
for (y=0; y<src_height; y++) {
ARGB *src_color = (ARGB*)(src + src_stride * y);
...
src_color += sizeof(ARGB); } }
src_color += sizeof(ARGB); }
This increment is incorrect.
Back to the thread
Back to the list