summaryrefslogtreecommitdiff
path: root/src/lib/player_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player_video.h')
-rw-r--r--src/lib/player_video.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h
index 1e214beea..6275c5113 100644
--- a/src/lib/player_video.h
+++ b/src/lib/player_video.h
@@ -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