diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-30 09:41:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-30 09:41:04 +0000 |
| commit | d6e7451225ededfc352b3e17b50f91afccca03a3 (patch) | |
| tree | 67a0fa6ccd166eac323d4b395217217b8a4b5f79 /src/lib/create_cli.h | |
| parent | 5bb7cf0132f37e2eea67c72f61d1f2b23b440596 (diff) | |
Add --j2k-bandwidth to dcpomatic_create.v2.13.158
Diffstat (limited to 'src/lib/create_cli.h')
| -rw-r--r-- | src/lib/create_cli.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index d0c81590c..a9d9daa22 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -55,6 +55,7 @@ public: boost::optional<std::string> error; std::vector<Content> content; bool fourk; + boost::optional<int> j2k_bandwidth; private: static std::string _help; |
