Merge master.
[dcpomatic.git] / src / lib / player_video.h
index 4fe8712d489735c9e546c65bc304c8f2b2ad959f..74e05d1e91b46ea654b31148f7439576d0c065e1 100644 (file)
@@ -62,6 +62,14 @@ public:
                return _colour_conversion;
        }
 
+       /** @return Position of the content within the overall image once it has been scaled up */
+       Position<int> inter_position () const;
+
+       /** @return Size of the content within the overall image once it has been scaled up */
+       dcp::Size inter_size () const {
+               return _inter_size;
+       }
+
 private:
        boost::shared_ptr<const ImageProxy> _in;
        DCPTime _time;