diff options
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 9f6cc105e..285aa0002 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -206,7 +206,7 @@ public: /* XXX: names for these? */ dcp::Size size_after_3d_split () const; dcp::Size size_after_crop () const; - dcp::Size scaled_size (dcp::Size container_size); + dcp::Size scaled_size(dcp::Size frame); boost::optional<double> fade (std::shared_ptr<const Film> film, Frame) const; |
