From 8053593f2ccff66287c43d20a8f28be9919bff75 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 29 Oct 2013 18:40:48 +0000 Subject: Seek past trim on setting up player pieces. --- src/lib/video_content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/video_content.h') 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); -- cgit v1.2.3