diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-04 21:25:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-04 21:25:44 +0000 |
| commit | c8636a2ce85eb3073ac5a32a89f9d77031366dc2 (patch) | |
| tree | 532c35eba064c1f8f9294aba1b56142b51c6b0fc /src/tools/dcpomatic_create.cc | |
| parent | 5f66a692647fc901f7dca709ad08c65010bd84e7 (diff) | |
Stop old versions of DCP-o-matic loading new state files. Fix missing content type setup in dcpomatic_create.
Diffstat (limited to 'src/tools/dcpomatic_create.cc')
| -rw-r--r-- | src/tools/dcpomatic_create.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_create.cc b/src/tools/dcpomatic_create.cc index 4f737dd5a..a079a95cb 100644 --- a/src/tools/dcpomatic_create.cc +++ b/src/tools/dcpomatic_create.cc @@ -150,6 +150,7 @@ main (int argc, char* argv[]) } film->set_container (container_ratio); + film->set_dcp_content_type (dcp_content_type); for (int i = optind; i < argc; ++i) { shared_ptr<Content> c = content_factory (film, argv[i]); |
