summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-10 20:14:27 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-10 23:21:08 +0200
commit3005c17f626e739b2f8d63f203a0b0a3240eb530 (patch)
treebd9e617932013933f1d3a00199c5cda897d75735 /src/lib/player.h
parent78b87aaa0fc6ac7ba2b79409a38e472bd50d24a9 (diff)
Use atomic shared_ptr stuff for _black_frame.
Diffstat (limited to 'src/lib/player.h')
-rw-r--r--src/lib/player.h1
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 */