mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
Compare commits
2 Commits
40e4ca60ea
...
0fd25d8406
Author | SHA1 | Date | |
---|---|---|---|
|
0fd25d8406 | ||
|
f888291359 |
@ -191,7 +191,8 @@ int WebPAnimEncoderOptionsInitInternal(WebPAnimEncoderOptions* enc_options,
|
||||
return 1;
|
||||
}
|
||||
|
||||
// This starting value is more fit to WebPCleanupTransparentAreaLossless().
|
||||
// This value is used to match a later call to WebPReplaceTransparentPixels(),
|
||||
// making it a no-op for lossless (see WebPEncode()).
|
||||
#define TRANSPARENT_COLOR 0x00000000
|
||||
|
||||
static void ClearRectangle(WebPPicture* const picture,
|
||||
|
Loading…
Reference in New Issue
Block a user