Fix --standard flag to dcpomatic2_cli (github #9).
[dcpomatic.git] / src / lib / create_cli.cc
index 878ee6fddd7fb7ce8ff6719366028164a577b802..f80af758a92e1cf036a1e5c2270592ee320a94dd 100644 (file)
@@ -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;