From 2f47fb05b044f6f9d9ce1882a8f20d7785e13663 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 21 Sep 2020 19:49:31 +0200 Subject: Fix --standard flag to dcpomatic2_cli (github #9). Forward-ported-from-commit: c1e8c8638bcb3b4c9d90adc3719f38fa7bf81be9 Forward-ported-from-branch: master --- src/lib/create_cli.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/create_cli.cc') diff --git a/src/lib/create_cli.cc b/src/lib/create_cli.cc index aec12e59e..7acd5756f 100644 --- a/src/lib/create_cli.cc +++ b/src/lib/create_cli.cc @@ -191,6 +191,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; -- cgit v1.2.3