Accept invalid picture frame size errors in high bitrate checks.
authorCarl Hetherington <cth@carlh.net>
Mon, 9 May 2022 12:52:22 +0000 (14:52 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 9 May 2022 12:52:22 +0000 (14:52 +0200)
test/j2k_bandwidth_test.cc

index 1825051070dfca0ec933a3b64fb02bc209b90253..d7db8999244d54d2dfd5ab01305e386364fd7626 100644 (file)
@@ -58,7 +58,8 @@ check (int target_bits_per_second)
                {
                        dcp::VerificationNote::Code::MISSING_FFMC_IN_FEATURE,
                        dcp::VerificationNote::Code::MISSING_FFEC_IN_FEATURE,
-                       dcp::VerificationNote::Code::NEARLY_INVALID_PICTURE_FRAME_SIZE_IN_BYTES
+                       dcp::VerificationNote::Code::NEARLY_INVALID_PICTURE_FRAME_SIZE_IN_BYTES,
+                       dcp::VerificationNote::Code::INVALID_PICTURE_FRAME_SIZE_IN_BYTES
                });
 
        boost::filesystem::directory_iterator i (boost::filesystem::path("build") / "test" / name / "video");