Fix crazy thinko in Rect::extend() causing subtitles to disappear when they were...
[dcpomatic.git] / src / lib / dcp_decoder.h
index 6ec9de684d74da53abb204b578e91ee1f314c2c5..483c057acf76121a849e2506ec2279a49da77142 100644 (file)
@@ -45,7 +45,7 @@ public:
                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;