X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Ftools%2Fdcpomatic_create.cc;h=14eae6b3ed643b547d8ee7f3c18754ca3db91e6f;hb=cc105289bed33989e5c399433e28208652b18e70;hp=1d3387f189c5780690fa54e9d461185dbc8af1ba;hpb=a5d004b0773f633401528392fc28e66d70e13ac8;p=dcpomatic.git diff --git a/src/tools/dcpomatic_create.cc b/src/tools/dcpomatic_create.cc index 1d3387f18..14eae6b3e 100644 --- a/src/tools/dcpomatic_create.cc +++ b/src/tools/dcpomatic_create.cc @@ -99,12 +99,12 @@ main (int argc, char* argv[]) film->set_container (cc.container_ratio); } film->set_dcp_content_type (cc.dcp_content_type); - film->set_interop (cc.standard == dcp::INTEROP); + film->set_interop (cc.standard == dcp::Standard::INTEROP); film->set_use_isdcf_name (!cc.no_use_isdcf_name); film->set_encrypted (cc.encrypt); film->set_three_d (cc.threed); if (cc.fourk) { - film->set_resolution (RESOLUTION_4K); + film->set_resolution (Resolution::FOUR_K); } if (cc.j2k_bandwidth) { film->set_j2k_bandwidth (*cc.j2k_bandwidth);