We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0091d09 commit d7691bcCopy full SHA for d7691bc
tests/gtest/avifmetadatatest.cc
@@ -287,11 +287,11 @@ TEST(MetadataTest, ExifOrientation) {
287
}
288
289
TEST(MetadataTest, AllExifOrientations) {
290
- const ImagePtr image =
291
- testutil::ReadImage(data_path, "paris_exif_orientation_5.jpg");
292
- ASSERT_NE(image, nullptr);
293
- image->transformFlags = AVIF_TRANSFORM_NONE;
294
for (uint8_t orientation = 1; orientation <= 8; ++orientation) {
+ const ImagePtr image =
+ testutil::ReadImage(data_path, "paris_exif_orientation_5.jpg");
+ ASSERT_NE(image, nullptr);
+ image->transformFlags = AVIF_TRANSFORM_NONE;
295
// Check roundtrip.
296
ASSERT_EQ(avifSetExifOrientation(&image->exif, orientation),
297
AVIF_RESULT_OK);
0 commit comments