Use atomic shared_ptr stuff for _black_frame.
[dcpomatic.git] / src / lib / player.h
index 388a160c79727e10069ed9cc8039373177ed4d08..5abd59de26a8c8fbda3940bde6d05a67077fbab1 100644 (file)
@@ -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 */