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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h
index a874fd3b2..1e214beea 100644
--- a/src/lib/player_video.h
+++ b/src/lib/player_video.h
@@ -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