Attempt ping from front- to back-end several times (#1990).
[dcpomatic.git] / src / tools / dcpomatic_create.cc
index 1d3387f189c5780690fa54e9d461185dbc8af1ba..14eae6b3ed643b547d8ee7f3c18754ca3db91e6f 100644 (file)
@@ -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);