summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/video_content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc
index 9b39ff01b..862580004 100644
--- a/src/lib/video_content.cc
+++ b/src/lib/video_content.cc
@@ -671,7 +671,7 @@ VideoContent::scaled_size (dcp::Size film_container)
_legacy_ratio = boost::optional<float>();
}
- return _pixel_quanta.round (auto_size);
+ return auto_size;
}