diff options
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 2 |
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>); |
