Hand-apply 2ee558ec90623b570360e8e55c918b5bb37f9aac from master; various snapping...
[dcpomatic.git] / src / lib / player.h
index b283481e2eeb2a284baa546f1dfbc052382fe8ab..01439a26f00e2c272c6adf8226f8e50643bb38f6 100644 (file)
@@ -93,6 +93,7 @@ public:
 
        void set_video_container_size (dcp::Size);
        void set_approximate_size ();
+       void set_ignore_video ();
 
        PlayerStatistics const & statistics () const;
        
@@ -157,6 +158,8 @@ private:
        boost::shared_ptr<Image> _black_image;
 
        bool _approximate_size;
+       /** true if the player should ignore all video; i.e. never produce any */
+       bool _ignore_video;
 
        PlayerStatistics _statistics;