X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fj2k_bandwidth_test.cc;h=f9e47c4b97d1f0b97de2248a5cc48cfedfd68ac0;hb=HEAD;hp=04e30d651511c8473b6303199c9b73190b164c9c;hpb=7fcd6582a19519331b71c2662b6f9e734ee9b2d9;p=dcpomatic.git diff --git a/test/j2k_bandwidth_test.cc b/test/j2k_bandwidth_test.cc index 04e30d651..f9e47c4b9 100644 --- a/test/j2k_bandwidth_test.cc +++ b/test/j2k_bandwidth_test.cc @@ -60,7 +60,10 @@ check (int target_bits_per_second) dcp::VerificationNote::Code::NEARLY_INVALID_PICTURE_FRAME_SIZE_IN_BYTES, dcp::VerificationNote::Code::INVALID_PICTURE_FRAME_SIZE_IN_BYTES, dcp::VerificationNote::Code::INVALID_JPEG2000_TILE_PART_SIZE, - }); + }, + target_bits_per_second <= 250000000, + target_bits_per_second <= 250000000 + ); boost::filesystem::directory_iterator i (boost::filesystem::path("build") / "test" / name / "video"); boost::filesystem::path test = *i++;