mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
Merge "anim_encode.c: fix function ref in comment" into main
This commit is contained in:
commit
0fd25d8406
@ -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