Give an error if a non-number is passed to dcpomatic2_create -s (#2488).
[dcpomatic.git] / src / lib / create_cli.h
index e473be1f2844a84c64d215f82376f70ee307ba23..58f7cf20c151f1bcf6ebcdacb126f8b56c7cc56e 100644 (file)
@@ -52,7 +52,7 @@ public:
        DCPContentType const * dcp_content_type;
        boost::optional<int> dcp_frame_rate;
        Ratio const * container_ratio;
-       int still_length;
+       boost::optional<int> still_length;
        dcp::Standard standard;
        bool no_use_isdcf_name;
        boost::optional<boost::filesystem::path> config_dir;