Skip to content

Commit

Permalink
Merge "anim_encode.c: fix function ref in comment" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jzern authored and Gerrit Code Review committed Sep 10, 2024
2 parents 40e4ca6 + f888291 commit 0fd25d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mux/anim_encode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0fd25d8

Please sign in to comment.