diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-30 11:29:42 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-09-30 11:29:42 +0200 |
| commit | dd4786cb54373a541c970c00f173f7e1504e5c59 (patch) | |
| tree | 617df925333d822d7ef9bb4eca067146dedec814 /src/lib/create_cli.h | |
| parent | 8833851ea6061e51a0ce429303524f9668226cec (diff) | |
Cleanup: extract some stuff to a method in CreateCLI.
Diffstat (limited to 'src/lib/create_cli.h')
| -rw-r--r-- | src/lib/create_cli.h | 3 |
1 files changed, 3 insertions, 0 deletions
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<int> j2k_bandwidth; + std::shared_ptr<Film> make_film() const; + private: static std::string _help; }; |
