Don't disable forensic marking by default.
[dcpomatic.git] / src / lib / dcp_decoder.h
index aa76b83d6c435f3617210ecfccdd5026c709bebf..483c057acf76121a849e2506ec2279a49da77142 100644 (file)
@@ -39,13 +39,13 @@ struct dcp_subtitle_within_dcp_test;
 class DCPDecoder : public DCP, public Decoder
 {
 public:
-       DCPDecoder (boost::shared_ptr<const DCPContent>, boost::shared_ptr<Log> log);
+       DCPDecoder (boost::shared_ptr<const DCPContent>, boost::shared_ptr<Log> log, bool fast);
 
        std::list<boost::shared_ptr<dcp::Reel> > reels () const {
                return _reels;
        }
 
-       void set_decode_referenced ();
+       void set_decode_referenced (bool r);
        void set_forced_reduction (boost::optional<int> reduction);
 
        bool pass ();
@@ -56,6 +56,7 @@ private:
 
        void next_reel ();
        void get_readers ();
+       void pass_subtitles (ContentTime next);
 
        /** Time of next thing to return from pass relative to the start of _reel */
        ContentTime _next;