summaryrefslogtreecommitdiff
path: root/src/lib/player_video.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-27 23:24:33 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-27 23:24:33 +0000
commit51bdd082283e39ebeca5150995d98cdade189fe1 (patch)
treecd727d71e44e50ff98ed306926b295d8422a2325 /src/lib/player_video.h
parentb8f0865d6a5d182dc4c718b9320c82091864e55b (diff)
Fix non-updating crop settings (#1421).
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