summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-29 18:40:48 +0000
committerCarl Hetherington <cth@carlh.net>2013-10-29 18:40:48 +0000
commit8053593f2ccff66287c43d20a8f28be9919bff75 (patch)
tree135be0576c45556f6b19b6746a9d9e0a1a957245 /src/lib/video_content.h
parent8d31298c71df875d88e9f22061645d54309875eb (diff)
Seek past trim on setting up player pieces.
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index 369209776..6f80536fe 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -101,6 +101,8 @@ public:
libdcp::Size video_size_after_3d_split () const;
libdcp::Size video_size_after_crop () const;
+ VideoContent::Frame time_to_content_video_frames (Time) const;
+
protected:
void take_from_video_examiner (boost::shared_ptr<VideoExaminer>);