Commit 3777eb4f for libheif
commit 3777eb4f02e3556643b68c1f4e7d38c2e7ccdee5
Author: Dirk Farin <dirk.farin@gmail.com>
Date: Sat Feb 28 13:04:23 2026 +0100
adapt omaf_boxes test
diff --git a/tests/omaf_boxes.cc b/tests/omaf_boxes.cc
index dc971be3..27c0280d 100644
--- a/tests/omaf_boxes.cc
+++ b/tests/omaf_boxes.cc
@@ -52,7 +52,7 @@ TEST_CASE("prfr") {
std::string dumpResult = box->dump(indent);
REQUIRE(dumpResult == "Box: prfr ----- (Projection Format)\n"
"size: 13 (header size: 12)\n"
- "projection_type: 1\n");
+ "projection_type: cube-map\n");
StreamWriter writer;
Error err = prfr->write(writer);