summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-30 12:28:05 +0200
committerCarl Hetherington <cth@carlh.net>2023-09-30 12:28:05 +0200
commit8a112904ee3cbdcd8e6c88e0a46c67e8d387ba9e (patch)
treede7000e0e6e51110464fc2ef21507a6a3878e636 /src/lib/create_cli.h
parent5e34ba58c0c6821756308c09ddcbf08f8a775f3f (diff)
Allow SMPTE/interop setting from template to work.
Diffstat (limited to 'src/lib/create_cli.h')
-rw-r--r--src/lib/create_cli.h2
1 files changed, 1 insertions, 1 deletions
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<dcp::Standard> _standard;
bool _no_use_isdcf_name = false;
bool _twok = false;
bool _fourk = false;