Merge master.
[dcpomatic.git] / src / lib / player.cc
index 06f9e1365df3525d4807814bccdf8ec0fa348b54..e46d539f872c90fb1e130cdcd45049f77ddc169b 100644 (file)
@@ -342,7 +342,7 @@ Player::get_video (DCPTime time, bool accurate)
                        return pvf;
                }
                
-               dcp::Size image_size = content->scale().size (content, _video_container_size, _film->frame_size ());
+               dcp::Size image_size = content->scale().size (content, _video_container_size, _film->frame_size (), _approximate_size ? 4 : 1);
                if (_approximate_size) {
                        image_size.width &= ~3;
                        image_size.height &= ~3;