X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcreate_cli.cc;h=f80af758a92e1cf036a1e5c2270592ee320a94dd;hb=c1e8c8638bcb3b4c9d90adc3719f38fa7bf81be9;hp=878ee6fddd7fb7ce8ff6719366028164a577b802;hpb=776fa44207f23f2f7a5c92fdf07222dad3229e9a;p=dcpomatic.git diff --git a/src/lib/create_cli.cc b/src/lib/create_cli.cc index 878ee6fdd..f80af758a 100644 --- a/src/lib/create_cli.cc +++ b/src/lib/create_cli.cc @@ -211,6 +211,10 @@ CreateCLI::CreateCLI (int argc, char* argv[]) return; } + if (standard_string == "interop") { + standard = dcp::INTEROP; + } + if (content.empty()) { error = String::compose("%1: no content specified", argv[0]); return;