Rearrange checking (and re-examining) content.
authorCarl Hetherington <cth@carlh.net>
Sun, 28 Nov 2021 09:39:03 +0000 (10:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 28 Nov 2021 20:08:08 +0000 (21:08 +0100)
commita2e41d9a95b6e0000f3a54f513214130f8b6ca9f
tree8387b4fe016bbd7fad09526a872ae5ef295f4d5a
parent4ee083dc0862b30325c709e913772a6898378d0e
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.
15 files changed:
src/lib/check_content_change_job.cc
src/lib/check_content_change_job.h
src/lib/film.cc
src/lib/film.h
src/lib/transcode_job.cc
src/lib/transcode_job.h
src/tools/dcpomatic.cc
src/tools/dcpomatic_batch.cc
src/tools/dcpomatic_cli.cc
test/ffmpeg_encoder_test.cc
test/interrupt_encoder_test.cc
test/reels_test.cc
test/test.cc
test/threed_test.cc
test/video_level_test.cc