From b8650a25a30a25e567d68f9b775579661a1828b1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 9 May 2022 14:52:22 +0200 Subject: [PATCH] Accept invalid picture frame size errors in high bitrate checks. --- test/j2k_bandwidth_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/j2k_bandwidth_test.cc b/test/j2k_bandwidth_test.cc index 182505107..d7db89992 100644 --- a/test/j2k_bandwidth_test.cc +++ b/test/j2k_bandwidth_test.cc @@ -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"); -- 2.30.2