Rename video/audio/subtitle part methods.
[dcpomatic.git] / src / lib / video_content_scale.cc
index 775b3d9b71ac496194318af2198717e51f0bafae..3e67b82f6ee59d315873915a2c6228f6a7214825 100644 (file)
@@ -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;