diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-30 00:52:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-30 00:52:17 +0100 |
| commit | 6f27d1dde8fe133e1a589c36d5bffc105437fb77 (patch) | |
| tree | 4c1c272f8275898a71c0af773ddd82ce5c213ee0 /src/lib/film.h | |
| parent | c820a285c5c78a2a371eb0dc6e78ad85b50a4ccc (diff) | |
Try to improve hint when making a DCP which is not 24 or 48fps.
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 9f473d711..fdd4674d5 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -120,6 +120,7 @@ public: DCPTime length () const; int best_video_frame_rate () const; FrameRateChange active_frame_rate_change (DCPTime) const; + std::pair<double, double> speed_up_range (int dcp_frame_rate) const; dcp::EncryptedKDM make_kdm ( dcp::Certificate recipient, |
