Merge.
[dcpomatic.git] / src / lib / player.h
index a3b745c8e4ca69acd641cb106be7b733ca19e7da..3852965853ed5ef17a0624a04018a4409352a0f3 100644 (file)
@@ -151,6 +151,7 @@ private:
        bool _have_valid_pieces;
        std::list<boost::shared_ptr<Piece> > _pieces;
 
+       /** Size of the image in the DCP (e.g. 1990x1080 for flat) */
        dcp::Size _video_container_size;
        boost::shared_ptr<Image> _black_image;