X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcreate_cli.h;fp=src%2Flib%2Fcreate_cli.h;h=f6fe1860bce812763e02b7252f756cad922a02b2;hb=dd4786cb54373a541c970c00f173f7e1504e5c59;hp=58f7cf20c151f1bcf6ebcdacb126f8b56c7cc56e;hpb=8833851ea6061e51a0ce429303524f9668226cec;p=dcpomatic.git diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index 58f7cf20c..f6fe1860b 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -27,6 +27,7 @@ class DCPContentType; +class Film; class Ratio; @@ -63,6 +64,8 @@ public: bool fourk; boost::optional j2k_bandwidth; + std::shared_ptr make_film() const; + private: static std::string _help; };