diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-30 12:28:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-09-30 12:28:05 +0200 |
| commit | 8a112904ee3cbdcd8e6c88e0a46c67e8d387ba9e (patch) | |
| tree | de7000e0e6e51110464fc2ef21507a6a3878e636 /src/lib/create_cli.h | |
| parent | 5e34ba58c0c6821756308c09ddcbf08f8a775f3f (diff) | |
Allow SMPTE/interop setting from template to work.
Diffstat (limited to 'src/lib/create_cli.h')
| -rw-r--r-- | src/lib/create_cli.h | 2 |
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; |
