From c1e8c8638bcb3b4c9d90adc3719f38fa7bf81be9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 21 Sep 2020 19:33:11 +0200 Subject: Fix --standard flag to dcpomatic2_cli (github #9). --- src/lib/create_cli.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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; -- cgit v1.2.3