mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-30 08:32:55 +01:00
bb2336170b
Mostly: avoid doing calculation like: ptr + j * stride when stride is 'int'. Rather use size_t, or pointer increments (ptr += stride) when possible. BUG=webp:314 Change-Id: I81c684b515dd1ec4f601f32d50a6e821c4e46e20 (cherry picked from commit e2affacc35f1df6cc3b1a9fa0ceff5ce2d0cce83)