mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-28 23:52:56 +01:00
e2affacc35
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