mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-30 16:42:55 +01:00
a2ea46439e
The auto-infer logic of detecting the 'Alpha' use case (via check '(palette[i] & 0x00ff00ffu) != 0' is failing for this corner case image with all black pixels (rgb = 0) and different Alpha values. -> switch generic use-LUT detection Change-Id: I982a8b28c8bcc43e3dc68ac358f978a4bcc14c36 (cherry picked from commit afa3450c11d968f73f0230b8756df6ee660d9a84)