diff options
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; |
