Remove unused define.
[dcpomatic.git] / src / lib / create_cli.h
index ed42e669ca81ce9f6d1565ee5124942ddd2b5a15..58f7cf20c151f1bcf6ebcdacb126f8b56c7cc56e 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 
-#include "types.h"
+#include "video_frame_type.h"
 #include <dcp/types.h>
 #include <boost/optional.hpp>
 #include <boost/filesystem.hpp>
@@ -40,6 +40,8 @@ public:
                VideoFrameType frame_type;
                boost::optional<dcp::Channel> channel;
                boost::optional<float> gain;
+               boost::optional<boost::filesystem::path> kdm;
+               boost::optional<std::string> cpl;
        };
 
        bool version;
@@ -50,13 +52,14 @@ 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;
        boost::optional<boost::filesystem::path> output_dir;
        boost::optional<std::string> error;
        std::vector<Content> content;
+       bool twok;
        bool fourk;
        boost::optional<int> j2k_bandwidth;