Skip to content

Commit

Permalink
Describe what changed
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Feb 24, 2025
1 parent 602b79c commit ae966be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gtest/avifreadimagetest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ TEST(PngTest, RgbColorTypeWithTrnsAfterPlte) {
// before a PLTE chunk, with no MSan use-of-uninitialized-value warnings in
// avifImageRGBToYUV(). libpng 1.6.46 or older considers the tRNS chunk as
// invalid and ignores it, so the decoded image has no alpha. The behavior
// changed starting with libpng 1.6.47.
// changed starting with libpng 1.6.47 (the decoded image has alpha).
// See https://github.com/pnggroup/libpng/blob/libpng16/CHANGES#L6243-L6246.
TEST(PngTest, RgbColorTypeWithTrnsBeforePlte) {
const ImagePtr image = testutil::ReadImage(
Expand Down

0 comments on commit ae966be

Please sign in to comment.