Make sure at least one position change event is emitted after
[dcpomatic.git] / src / lib / video_mxf_decoder.h
index 3a93bbb063738aada11fccd8f79c3c09fb1dc9e3..3e3760d97f7e75963e5df014b55ee79d7cbd4d38 100644 (file)
@@ -28,9 +28,9 @@ 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>);
 
-       void pass ();
+       bool pass ();
        void seek (ContentTime t, bool accurate);
 
 private: