From 8a112904ee3cbdcd8e6c88e0a46c67e8d387ba9e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 30 Sep 2023 12:28:05 +0200 Subject: Allow SMPTE/interop setting from template to work. --- src/lib/create_cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/create_cli.h') diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index ee15fb0b8..782aaf974 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -68,7 +68,7 @@ private: bool _twod = false; bool _threed = false; DCPContentType const* _dcp_content_type = nullptr; - dcp::Standard _standard = dcp::Standard::SMPTE; + boost::optional _standard; bool _no_use_isdcf_name = false; bool _twok = false; bool _fourk = false; -- cgit v1.2.3