Fix non-updating crop settings (#1421).
[dcpomatic.git] / src / lib / player_video.h
index a874fd3b262a0afb28459e7c44cbab31c6c123d0..1e214beeaaaf1fff6a1b9b06ba087f4b647f9d95 100644 (file)
@@ -126,6 +126,8 @@ private:
 
        mutable boost::mutex _mutex;
        mutable boost::shared_ptr<Image> _image;
+       /** crop that was used to make _image */
+       mutable Crop _image_crop;
 };
 
 #endif