diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-25 16:33:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-25 16:33:16 +0100 |
| commit | 306e2f021410d2184a3945b1e374b563104b3ea8 (patch) | |
| tree | 136cd1e130b79b2bc1ee2327807381f4d7d3cf8f /src/lib/player_video.h | |
| parent | 11efa93e15b694b8ea6f0a2bc68c87503cc570bb (diff) | |
Fix preview update when fade is changed (#1531).
Diffstat (limited to 'src/lib/player_video.h')
| -rw-r--r-- | src/lib/player_video.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 928dfc690..c38d60641 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -133,6 +133,8 @@ private: mutable dcp::Size _image_inter_size; /** _out_size that was used to make _image */ mutable dcp::Size _image_out_size; + /** _fade that was used to make _image */ + mutable boost::optional<double> _image_fade; }; #endif |
