Change video content scaling so that it either:
[dcpomatic.git] / src / lib / player.h
index 51de78982da44ba352caf796f16277a38c095aa8..bb2a0c613e3760c5cce9fdb6642d7abb535e94c2 100644 (file)
@@ -159,7 +159,9 @@ private:
        boost::atomic<int> _suspended;
        std::list<boost::shared_ptr<Piece> > _pieces;
 
-       /** Size of the image in the DCP (e.g. 1990x1080 for flat) */
+       /** Size of the image we are rendering to; this may be the DCP frame size, or
+        *  the size of preview in a window.
+        */
        dcp::Size _video_container_size;
        boost::shared_ptr<Image> _black_image;