Try to fix some warnings.
[dcpomatic.git] / src / lib / player_video.h
index 1e214beeaaaf1fff6a1b9b06ba087f4b647f9d95..6275c5113c758bf18563e0475e8aaf38fb50fd27 100644 (file)
@@ -126,8 +126,12 @@ private:
 
        mutable boost::mutex _mutex;
        mutable boost::shared_ptr<Image> _image;
-       /** crop that was used to make _image */
+       /** _crop that was used to make _image */
        mutable Crop _image_crop;
+       /** _inter_size that was used to make _image */
+       mutable dcp::Size _image_inter_size;
+       /** _out_size that was used to make _image */
+       mutable dcp::Size _image_out_size;
 };
 
 #endif