mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-30 00:22:55 +01:00
1f14632a18
with loop_compatibility disabled (the default), non-zero loop counts will be incremented by 1 for browser rendering compatibility. the max, 65535, is a special case as the muxer will fail if it is exceeded; avoid increasing the limit in this case. this isn't 100% correct, but should be close enough given the high number of iterations. BUG=webp:382,webp:512 Change-Id: Icde3e98a58e9ee89604a72fafda30ab71060dec5 (cherry picked from commit af0e4fbb0669026659983691a15dad23a9f196c1) (cherry picked from commit 4b282e13ad0cf7f1a3b4431788bddef1d6b11762)