diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-05 11:48:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-05 11:48:54 +0100 |
| commit | b60186064405914b41780021f74dd7830f2ffecb (patch) | |
| tree | e5a1f1522dc8c96c981e8c91f3338d60ec198f7a /src/lib/playlist.h | |
| parent | 3f9891137747cd7434ce20f69b8d88b967dbdfaf (diff) | |
Back port active_frame_rate_change stuff from v2, removing specification of video frame rate for sndfile sources.
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index 394023f5c..effc52101 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -25,6 +25,7 @@ #include <boost/enable_shared_from_this.hpp> #include "ffmpeg_content.h" #include "audio_mapping.h" +#include "frame_rate_change.h" class Content; class FFmpegContent; @@ -74,6 +75,7 @@ public: int best_dcp_frame_rate () const; Time video_end () const; + FrameRateChange active_frame_rate_change (Time, int dcp_frame_rate) const; void set_sequence_video (bool); void maybe_sequence_video (); |
