diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-28 10:39:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-28 21:08:08 +0100 |
| commit | a2e41d9a95b6e0000f3a54f513214130f8b6ca9f (patch) | |
| tree | 8387b4fe016bbd7fad09526a872ae5ef295f4d5a /test/threed_test.cc | |
| parent | 4ee083dc0862b30325c709e913772a6898378d0e (diff) | |
Rearrange checking (and re-examining) content.
Most importantly, checking of content for changes before making
a DCP is now done in the TranscodeJob (rather than being in a
separate job). This makes things a little neater and also makes
the batch converter less confusing when you add a job whose content
has changed.
Diffstat (limited to 'test/threed_test.cc')
| -rw-r--r-- | test/threed_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/threed_test.cc b/test/threed_test.cc index 0c8632251..bceb6700f 100644 --- a/test/threed_test.cc +++ b/test/threed_test.cc @@ -186,7 +186,7 @@ BOOST_AUTO_TEST_CASE (threed_test7) c->video->set_length (24); film->set_three_d (true); - film->make_dcp (); + film->make_dcp (TranscodeJob::ChangedBehaviour::IGNORE); film->write_metadata (); auto jm = JobManager::instance (); |
