Fix 3D in dcpomatic_create. v2.13.104
authorCarl Hetherington <cth@carlh.net>
Thu, 17 Jan 2019 01:00:20 +0000 (01:00 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 17 Jan 2019 01:00:20 +0000 (01:00 +0000)
src/tools/dcpomatic_create.cc

index 9331602d588e54b9129ca9d593a3cb95edb78a8a..66a1c0dab6407613d0042103951d5f39b9560723 100644 (file)
@@ -99,6 +99,7 @@ main (int argc, char* argv[])
                film->set_use_isdcf_name (!cc.no_use_isdcf_name);
                film->set_signed (!cc.no_sign);
                film->set_encrypted (cc.encrypt);
                film->set_use_isdcf_name (!cc.no_use_isdcf_name);
                film->set_signed (!cc.no_sign);
                film->set_encrypted (cc.encrypt);
+               film->set_three_d (cc.threed);
 
                BOOST_FOREACH (CreateCLI::Content i, cc.content) {
                        boost::filesystem::path const can = boost::filesystem::canonical (i.path);
 
                BOOST_FOREACH (CreateCLI::Content i, cc.content) {
                        boost::filesystem::path const can = boost::filesystem::canonical (i.path);