Make player decide whether subtitles should be burnt based on
[dcpomatic.git] / src / lib / dcp_video.h
index 97be0779802b8cc7653feed28b24f68fcb2957bb..8fd668b00dc7402a016a171b5967b54dcded8fa8 100644 (file)
@@ -46,7 +46,7 @@ class Data;
 class DCPVideo : public boost::noncopyable
 {
 public:
-       DCPVideo (boost::shared_ptr<const PlayerVideo>, int, int, int, Resolution, bool b, boost::shared_ptr<Log>);
+       DCPVideo (boost::shared_ptr<const PlayerVideo>, int, int, int, Resolution, boost::shared_ptr<Log>);
        DCPVideo (boost::shared_ptr<const PlayerVideo>, cxml::ConstNodePtr, boost::shared_ptr<Log>);
 
        Data encode_locally (dcp::NoteHandler note);
@@ -69,7 +69,6 @@ private:
        int _frames_per_second;          ///< Frames per second that we will use for the DCP
        int _j2k_bandwidth;              ///< J2K bandwidth to use
        Resolution _resolution;          ///< Resolution (2K or 4K)
-       bool _burn_subtitles;            ///< true to burn subtitles into the image
 
        boost::shared_ptr<Log> _log; ///< log
 };