Cleanup: extract some stuff to a method in CreateCLI.
[dcpomatic.git] / src / lib / create_cli.h
index 58f7cf20c151f1bcf6ebcdacb126f8b56c7cc56e..f6fe1860bce812763e02b7252f756cad922a02b2 100644 (file)
@@ -27,6 +27,7 @@
 
 
 class DCPContentType;
+class Film;
 class Ratio;
 
 
@@ -63,6 +64,8 @@ public:
        bool fourk;
        boost::optional<int> j2k_bandwidth;
 
+       std::shared_ptr<Film> make_film() const;
+
 private:
        static std::string _help;
 };