diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-24 23:27:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-24 23:27:09 +0100 |
| commit | 595f564a52d69d0401f5622c7d81cacda679005c (patch) | |
| tree | 6e993fdab993194e9c9d2fc47960caf9c5437d97 /src/lib/video_content.h | |
| parent | 4c6e64ed9792fa15acba4255f02e2132d4ed4ea5 (diff) | |
Fix video information with 3D.
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 513e1f598..97ef6a9fa 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -88,6 +88,8 @@ public: return _ratio; } + libdcp::Size video_size_after_3d_split () const; + protected: void take_from_video_examiner (boost::shared_ptr<VideoExaminer>); |
