Build Empty objects from the presence or absence of decoders in
[dcpomatic.git] / src / lib / video_mxf_decoder.h
index 3a93bbb063738aada11fccd8f79c3c09fb1dc9e3..3cbdcfb2dffbc5e4316bffc725243ceba76ebc84 100644 (file)
@@ -30,7 +30,7 @@ class VideoMXFDecoder : public Decoder
 public:
        VideoMXFDecoder (boost::shared_ptr<const VideoMXFContent>, boost::shared_ptr<Log> log);
 
-       void pass ();
+       bool pass ();
        void seek (ContentTime t, bool accurate);
 
 private: