Skip to content

Commit ae966be

Browse files
committed
Describe what changed
1 parent 602b79c commit ae966be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/gtest/avifreadimagetest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ TEST(PngTest, RgbColorTypeWithTrnsAfterPlte) {
8585
// before a PLTE chunk, with no MSan use-of-uninitialized-value warnings in
8686
// avifImageRGBToYUV(). libpng 1.6.46 or older considers the tRNS chunk as
8787
// invalid and ignores it, so the decoded image has no alpha. The behavior
88-
// changed starting with libpng 1.6.47.
88+
// changed starting with libpng 1.6.47 (the decoded image has alpha).
8989
// See https://github.com/pnggroup/libpng/blob/libpng16/CHANGES#L6243-L6246.
9090
TEST(PngTest, RgbColorTypeWithTrnsBeforePlte) {
9191
const ImagePtr image = testutil::ReadImage(

0 commit comments

Comments
 (0)