Closed GoogleCodeExporter closed 9 years ago
#define GET_DATA_BIT_CHANGED_2(pdata, n) \
((*((l_uint32 *)(pdata) + ((n) >> 5)) >> (31 - ((n) & 31))) & 1)
I don't know which is correct.
Original comment by rlib2014@gmail.com
on 29 Jan 2013 at 5:12
[3]
warning C4700: 使用了未初始化的局部变量“offset”
\leptonica\src\pixcomp.c line:1466
Original comment by rlib2014@gmail.com
on 29 Jan 2013 at 5:17
I don't understand your problem. The image data ptr must be cast to an
unsigned 32 bit int, as in arrayaccess.h. Why are you using these other macros?
Original comment by dan.bloo...@gmail.com
on 29 Jan 2013 at 5:34
thanks, this problem have been solved.
Original comment by rlib2014@gmail.com
on 29 Jan 2013 at 11:57
Original comment by dan.bloo...@gmail.com
on 30 Jan 2013 at 12:26
Original issue reported on code.google.com by
rlib2014@gmail.com
on 29 Jan 2013 at 4:58