On Tue, 3 Feb 2026, BALATON Zoltan wrote:
-                    i += (dst_y + s->regs.dst_height - 1 - y) * dst_pitch;
-                    j += (src_y + s->regs.dst_height - 1 - y) * src_pitch;
+                    i += (dst_y + s->regs.dst_height - 1 - y)
+                         * dst_stride;
+                    j += (src_y + s->regs.dst_height - 1 - y)
+                         * src_stride;

Here too as long as it fits the 80 columnt limit.

I've found that in patch 11 it won't fit any more when using ctx. In that case maybe keep local variables for these strides or it may be OK to add extra line here.

Regards,
BALATON Zoltan

Reply via email to