summaryrefslogtreecommitdiff
path: root/src/lib/video_content_scale.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/video_content_scale.cc')
-rw-r--r--src/lib/video_content_scale.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content_scale.cc b/src/lib/video_content_scale.cc
index 775b3d9b7..3e67b82f6 100644
--- a/src/lib/video_content_scale.cc
+++ b/src/lib/video_content_scale.cc
@@ -132,7 +132,7 @@ VideoContentScale::size (shared_ptr<const VideoContent> c, dcp::Size display_con
{
/* Work out the size of the content if it were put inside film_container */
- dcp::Size const video_size_after_crop = c->video_size_after_crop ();
+ dcp::Size const video_size_after_crop = c->size_after_crop ();
dcp::Size size;