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/silence_padding_test.cc | |
| parent | 7ea73fdcfa96aac86546b80b6e6c2edbdd524199 (diff) | |
Inspect most DCPs made during tests with dcp_inspect (#76).
Diffstat (limited to 'test/silence_padding_test.cc')
| -rw-r--r-- | test/silence_padding_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/silence_padding_test.cc b/test/silence_padding_test.cc index 59614c6c0..a4a5dacc6 100644 --- a/test/silence_padding_test.cc +++ b/test/silence_padding_test.cc @@ -66,7 +66,7 @@ test_silence_padding(int channels, dcp::Standard standard) if (standard == dcp::Standard::INTEROP) { codes.push_back(dcp::VerificationNote::Code::INVALID_STANDARD); } - make_and_verify_dcp(film, codes); + make_and_verify_dcp(film, codes, channels == 2 || channels == 6 || channels >= 8); boost::filesystem::path path = "build/test"; path /= film_name; |
