Remove approximate size stuff where playback viewer would round
[dcpomatic.git] / src / lib / video_content.cc
index bfbcef9bf9cea42a170244239d40827208521a43..68db672f1894275b2ff0bbaedb5ca8c1d95435da 100644 (file)
@@ -540,7 +540,7 @@ VideoContent::processing_description () const
        DCPOMATIC_ASSERT (film);
 
        dcp::Size const container_size = film->frame_size ();
-       dcp::Size const scaled = scale().size (dynamic_pointer_cast<const VideoContent> (shared_from_this ()), container_size, container_size, 1);
+       dcp::Size const scaled = scale().size (dynamic_pointer_cast<const VideoContent> (shared_from_this ()), container_size, container_size);
 
        if (scaled != video_size_after_crop ()) {
                d << String::compose (