I can't see the point of rounding the image size again after calling
authorCarl Hetherington <cth@carlh.net>
Sat, 7 Feb 2015 15:27:31 +0000 (15:27 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 7 Feb 2015 15:27:31 +0000 (15:27 +0000)
size() with a round of 4.

src/lib/player.cc

index de513ea170132228b8898e1ea17a255e611ec08e..bda791dd56cdc34154629a63c97a4c071c8e7278 100644 (file)
@@ -356,10 +356,6 @@ Player::get_video (DCPTime time, bool accurate)
                }
                
                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;
-               }
 
                for (list<ContentVideo>::const_iterator i = content_video.begin(); i != content_video.end(); ++i) {
                        pvf.push_back (