summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
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 */