fixup! WIP: allow Piece to take multiple content/decoder.
[dcpomatic.git] / src / lib / video_mxf_decoder.h
index 774e269c6d5da15275e1ccf61259f4ad1f510fa3..3492a54d41484b3e42a75f967577425fbbb47653 100644 (file)
@@ -33,10 +33,10 @@ class VideoMXFDecoder : public Decoder
 public:
        VideoMXFDecoder (std::shared_ptr<const Film> film, std::shared_ptr<const VideoMXFContent>);
 
-       bool pass () override;
        void seek (dcpomatic::ContentTime t, bool accurate) override;
 
 private:
+       bool do_pass () override;
 
        std::shared_ptr<const VideoMXFContent> _content;
        /** Time of next thing to return from pass */