Try to fix some warnings.
[dcpomatic.git] / src / lib / player_video.h
index a874fd3b262a0afb28459e7c44cbab31c6c123d0..6275c5113c758bf18563e0475e8aaf38fb50fd27 100644 (file)
@@ -126,6 +126,12 @@ private:
 
        mutable boost::mutex _mutex;
        mutable boost::shared_ptr<Image> _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