X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcreate_cli.cc;h=de26a7412355919b1f97c6085f3a44b51f8e2a74;hp=7acd5756f7b88d3a071262a1dc7d6f01884304c0;hb=28111007e2e6fd62f5810be780706ae1618bd33f;hpb=c7d77490382d6ddb625340c05b57487cde244f96 diff --git a/src/lib/create_cli.cc b/src/lib/create_cli.cc index 7acd5756f..de26a7412 100644 --- a/src/lib/create_cli.cc +++ b/src/lib/create_cli.cc @@ -79,7 +79,7 @@ CreateCLI::CreateCLI (int argc, char* argv[]) , dcp_content_type (0) , container_ratio (0) , still_length (10) - , standard (dcp::SMPTE) + , standard (dcp::Standard::SMPTE) , no_use_isdcf_name (false) , fourk (false) { @@ -192,7 +192,7 @@ CreateCLI::CreateCLI (int argc, char* argv[]) } if (standard_string == "interop") { - standard = dcp::INTEROP; + standard = dcp::Standard::INTEROP; } if (content.empty()) {