Basic grunt-work, untested and unfinished, but it compiles.
[dcpomatic.git] / src / lib / video_mxf_decoder.h
index 330d59ed858742a7c2d2785af1ca28e935dd345f..3a93bbb063738aada11fccd8f79c3c09fb1dc9e3 100644 (file)
@@ -30,10 +30,11 @@ class VideoMXFDecoder : public Decoder
 public:
        VideoMXFDecoder (boost::shared_ptr<const VideoMXFContent>, boost::shared_ptr<Log> log);
 
-private:
-       bool pass (PassReason, bool accurate);
+       void pass ();
        void seek (ContentTime t, bool accurate);
 
+private:
+
        boost::shared_ptr<const VideoMXFContent> _content;
        /** Time of next thing to return from pass */
        ContentTime _next;