diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-10 20:14:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-10 23:21:08 +0200 |
| commit | 3005c17f626e739b2f8d63f203a0b0a3240eb530 (patch) | |
| tree | bd9e617932013933f1d3a00199c5cda897d75735 /src/lib/player.h | |
| parent | 78b87aaa0fc6ac7ba2b79409a38e472bd50d24a9 (diff) | |
Use atomic shared_ptr stuff for _black_frame.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index 388a160c7..5abd59de2 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -173,6 +173,7 @@ private: * the size of preview in a window. */ boost::atomic<dcp::Size> _video_container_size; + /** Should be accessed using the std::atomic... methods */ std::shared_ptr<Image> _black_image; /** true if the player should ignore all video; i.e. never produce any */ |
