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/playlist.h | |
| parent | c820a285c5c78a2a371eb0dc6e78ad85b50a4ccc (diff) | |
Try to improve hint when making a DCP which is not 24 or 48fps.
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index 0b19a6e44..1ce5f247a 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -68,6 +68,7 @@ public: DCPTime subtitle_end () const; FrameRateChange active_frame_rate_change (DCPTime, int dcp_frame_rate) const; std::string content_summary (DCPTimePeriod period) const; + std::pair<double, double> speed_up_range (int dcp_video_frame_rate) const; void set_sequence (bool); void maybe_sequence (); |
