Put Film pointer into Decoder.
[dcpomatic.git] / src / lib / video_mxf_decoder.h
index 6b5b328ac09aebe0956ec705b8bd5ba046df5fde..3e3760d97f7e75963e5df014b55ee79d7cbd4d38 100644 (file)
@@ -28,10 +28,10 @@ class Log;
 class VideoMXFDecoder : public Decoder
 {
 public:
-       VideoMXFDecoder (boost::shared_ptr<const VideoMXFContent>);
+       VideoMXFDecoder (boost::shared_ptr<const Film> film, boost::shared_ptr<const VideoMXFContent>);
 
-       bool pass (boost::shared_ptr<const Film> film);
-       void seek (boost::shared_ptr<const Film> film, ContentTime t, bool accurate);
+       bool pass ();
+       void seek (ContentTime t, bool accurate);
 
 private: