diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-28 09:06:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-28 09:08:46 +0100 |
| commit | bcf62b5e4a268554b7960e5f739b24f9eafb38a5 (patch) | |
| tree | 904fb5959dcd2401daba2d42c53d3a0736604bff /src/lib/create_cli.h | |
| parent | bb04b67f593c1da37b76af9507f3e28e9ab15f74 (diff) | |
WIP: use fraction for DCP frame rate.archive-frame-rates
This will allow archival rates to be expressed precisely.
Diffstat (limited to 'src/lib/create_cli.h')
| -rw-r--r-- | src/lib/create_cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index 00abf85e5..b3cc8074d 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -52,7 +52,7 @@ public: }; bool version; - boost::optional<int> dcp_frame_rate; + boost::optional<dcp::Fraction> dcp_frame_rate; boost::optional<int> still_length; boost::optional<int> auto_crop_threshold; boost::optional<boost::filesystem::path> config_dir; |
