test/data updates.
[dcpomatic.git] / src / lib / image_decoder.h
index 242f69477826a499d915505cd0b9486808aba68d..0453f7e7e8c6b447947bc0f61cf8e51ba68fe1a6 100644 (file)
@@ -34,13 +34,12 @@ 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;
-       VideoFrame _video_position;
+       Frame _video_position;
 };