Copy DCP name layout fix from master.
[dcpomatic.git] / src / lib / image_decoder.h
index 242f69477826a499d915505cd0b9486808aba68d..ec90051daf8e43c45a565d69d9ad43f212636c52 100644 (file)
@@ -34,10 +34,9 @@ public:
                return _image_content;
        }
 
-       void seek (ContentTime, bool);
-
 private:
-       bool pass ();
+       bool pass (PassReason);
+       void seek (ContentTime, bool);
        
        boost::shared_ptr<const ImageContent> _image_content;
        boost::shared_ptr<ImageProxy> _image;