Changes to libdcp API.
[dcpomatic.git] / src / lib / player.h
index 9a1e8cc23b1e8bb6eb32df6971da113f91d3c580..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,7 +158,8 @@ private:
        boost::shared_ptr<Image> _black_image;
 
        bool _approximate_size;
-       bool _burn_subtitles;
+       /** true if the player should ignore all video; i.e. never produce any */
+       bool _ignore_video;
 
        PlayerStatistics _statistics;