mirror of
https://github.com/webmproject/libwebp.git
synced 2025-03-01 15:22:53 +01:00
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)