Merge "anim_encode.c: fix function ref in comment" into main

This commit is contained in:
James Zern 2024-09-10 18:53:23 +00:00 committed by Gerrit Code Review
commit 0fd25d8406

View File

@ -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,