diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-11 16:24:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-15 12:44:42 +0100 |
| commit | a4a7d9ef34f2f083b0ba9e32e933ea5c64d2352d (patch) | |
| tree | 0a3c3bd68cd57554e89d278c2603fc4d16619c59 /test/j2k_bandwidth_test.cc | |
| parent | 7ea73fdcfa96aac86546b80b6e6c2edbdd524199 (diff) | |
Inspect most DCPs made during tests with dcp_inspect (#76).
Diffstat (limited to 'test/j2k_bandwidth_test.cc')
| -rw-r--r-- | test/j2k_bandwidth_test.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/j2k_bandwidth_test.cc b/test/j2k_bandwidth_test.cc index 04e30d651..03163d8ea 100644 --- a/test/j2k_bandwidth_test.cc +++ b/test/j2k_bandwidth_test.cc @@ -60,7 +60,9 @@ 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 + ); boost::filesystem::directory_iterator i (boost::filesystem::path("build") / "test" / name / "video"); boost::filesystem::path test = *i++; |
