diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-15 21:10:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-15 21:10:36 +0000 |
| commit | f5c40275a2dc444c295a547dfedcd8f9eee2bcb2 (patch) | |
| tree | b5ad864f40f2c000d155b6c4a9be049256418bc4 | |
| parent | 4e5a8ec686e3fda5c550cf535cb1e0037ea7ec71 (diff) | |
Default to using a DCI name.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | src/lib/film.cc | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2012-11-15 Carl Hetherington <cth@carlh.net> + + * Default to using a DCI name. + 2012-11-14 Carl Hetherington <cth@carlh.net> * Rearrange the GUI a bit to tidy things up. diff --git a/src/lib/film.cc b/src/lib/film.cc index 7ca396685..454ac9aa9 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -82,7 +82,7 @@ int const Film::state_version = 1; */ Film::Film (string d, bool must_exist) - : _use_dci_name (false) + : _use_dci_name (true) , _dcp_content_type (0) , _format (0) , _scaler (Scaler::from_id ("bicubic")) |
