From dd4786cb54373a541c970c00f173f7e1504e5c59 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 30 Sep 2023 11:29:42 +0200 Subject: Cleanup: extract some stuff to a method in CreateCLI. --- src/lib/create_cli.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/create_cli.h') 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; }; -- cgit v1.2.3