Include tidying src/lib/a-j*.h
[dcpomatic.git] / src / lib / dcp_decoder.h
index 3a05325c744ec195ed0b3320193840804b4e4dc1..f23b5b82d1e1983f0b58c9a54c9d825b0a78822b 100644 (file)
@@ -30,7 +30,7 @@ namespace dcp {
 }
 
 class DCPContent;
-class Log;
+struct dcp_subtitle_within_dcp_test;
 
 class DCPDecoder : public VideoDecoder, public AudioDecoder, public SubtitleDecoder
 {
@@ -38,9 +38,11 @@ public:
        DCPDecoder (boost::shared_ptr<const DCPContent>);
 
 private:
-       bool pass (PassReason);
+       friend struct dcp_subtitle_within_dcp_test;
+
+       bool pass ();
        void seek (ContentTime t, bool accurate);
-       
+
        std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;
        std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const;