Le septidi 7 brumaire, an CCXXVI, Martin Vignali a écrit :
> Don't know if there is a better way to fix it
> but if the variable stay unsigned
> this for loop create the problem
> for (y = ymin; y < ymax - 15; y += 16) {
Looks like a job for FFMAX or FFMIN to me.
Regards,
--
Nicolas George