Skip to content

Commit ea74781

Browse files
authored
avifprogressivetest.cc: change "small image" to "scaled image"
1 parent 03325e4 commit ea74781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/gtest/avifprogressivetest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ TEST_F(ProgressiveTest, DimensionChangeWithAlpha) {
171171
AVIF_ADD_IMAGE_FLAG_NONE),
172172
AVIF_RESULT_OK);
173173

174-
// Encode the small image twice to verify frame buffer reallocation
174+
// Encode the scaled image twice to verify frame buffer reallocation
175175
// behavior during decode
176176
ASSERT_EQ(avifEncoderAddImage(encoder_.get(), image.get(), 1,
177177
AVIF_ADD_IMAGE_FLAG_NONE),

0 commit comments

Comments
 (0)