mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
anim_encode.c: fix function ref in comment
WebPCleanupTransparentAreaLossless() was renamed to
WebPReplaceTransparentPixels() in:
55a080e5
Add WebPReplaceTransparentPixels() in dsp
Change-Id: I91e32574e6add2748c0655146f100eb2b40498b2
This commit is contained in:
parent
57883c78ed
commit
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