Default to using a DCI name.
authorCarl Hetherington <cth@carlh.net>
Thu, 15 Nov 2012 21:10:36 +0000 (21:10 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 15 Nov 2012 21:10:36 +0000 (21:10 +0000)
ChangeLog
src/lib/film.cc

index e4c6b5a0398b31392a422243c0f6198b033d83a8..167536a881ccd26da9b404aa79c2a10e63ff1be7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 7ca396685d31e3f5a9ba269b2b96c48618b7017d..454ac9aa9b809e38cea59ba3ef7330dd494338dc 100644 (file)
@@ -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"))