Put Film pointer into Decoder.
[dcpomatic.git] / src / lib / video_mxf_decoder.h
index 330d59ed858742a7c2d2785af1ca28e935dd345f..3e3760d97f7e75963e5df014b55ee79d7cbd4d38 100644 (file)
@@ -28,12 +28,13 @@ class Log;
 class VideoMXFDecoder : public Decoder
 {
 public:
-       VideoMXFDecoder (boost::shared_ptr<const VideoMXFContent>, boost::shared_ptr<Log> log);
+       VideoMXFDecoder (boost::shared_ptr<const Film> film, boost::shared_ptr<const VideoMXFContent>);
 
-private:
-       bool pass (PassReason, bool accurate);
+       bool pass ();
        void seek (ContentTime t, bool accurate);
 
+private:
+
        boost::shared_ptr<const VideoMXFContent> _content;
        /** Time of next thing to return from pass */
        ContentTime _next;