Avoid decoding other packets when looking for subs.
[dcpomatic.git] / src / lib / dcp_decoder.h
index 6fdbd946af348dcd2f99a7d8306e5c8e6dabeff4..8ec80c2aff5f0651bd8ca41d8b93989e1a18dd4a 100644 (file)
@@ -44,7 +44,7 @@ public:
 private:
        friend struct dcp_subtitle_within_dcp_test;
 
-       bool pass ();
+       bool pass (PassReason);
        void seek (ContentTime t, bool accurate);
 
        std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;