diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-27 23:38:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-16 01:20:17 +0100 |
| commit | 987d5bec15a752bbc3d914035e5ab34d5c9b4efe (patch) | |
| tree | 7fb367a6a5cd8d1468b2a7065518825073581128 /test/atmos_test.cc | |
| parent | edff38985837911f94bc31e4d82099ce1a56f4c8 (diff) | |
Remove now-unnecessary Film parameters.
Diffstat (limited to 'test/atmos_test.cc')
| -rw-r--r-- | test/atmos_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/atmos_test.cc b/test/atmos_test.cc index 63da157b5..1aaaccab4 100644 --- a/test/atmos_test.cc +++ b/test/atmos_test.cc @@ -101,7 +101,7 @@ BOOST_AUTO_TEST_CASE(atmos_trim_test) auto content = content_factory(TestPaths::private_data() / "atmos_asset.mxf"); auto film = new_test_film("atmos_trim_test", content, &cl); - content[0]->set_trim_start(film, dcpomatic::ContentTime::from_seconds(1)); + content[0]->set_trim_start(dcpomatic::ContentTime::from_seconds(1)); /* Just check that the encode runs; I'm not sure how to test the MXF */ make_and_verify_dcp(film, { dcp::VerificationNote::Code::MISSING_CPL_METADATA }); |
