diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-23 21:32:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-23 21:32:04 +0100 |
| commit | 95ddf2cc72b800967b9917f75917cfdde325d2e5 (patch) | |
| tree | 0fdadc383e2c6f0a55d4ef127916d15be2d48d60 /src/lib/film.h | |
| parent | 64a5419b16d676d48f36b4699cfe83a91ec78549 (diff) | |
Add --no-check to dcpomatic_cli.
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 1c5022428..a28d81b6f 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -82,7 +82,7 @@ public: boost::filesystem::path audio_analysis_path (boost::shared_ptr<const Playlist>) const; void send_dcp_to_tms (); - void make_dcp (bool gui = false); + void make_dcp (bool gui = false, bool check = true); /** @return Logger. * It is safe to call this from any thread. |
