Basic grunt-work, untested and unfinished, but it compiles.
[dcpomatic.git] / src / lib / image_decoder.h
index 9b8cf73bbba6461a5da786d312338b35c25144de..7978f34c84223006f53bf368d0f99b93a6142296 100644 (file)
@@ -33,11 +33,12 @@ public:
                return _image_content;
        }
 
-private:
-       bool pass (Decoder::PassReason, bool);
+       void pass ();
        void seek (ContentTime, bool);
 
+private:
+
        boost::shared_ptr<const ImageContent> _image_content;
        boost::shared_ptr<ImageProxy> _image;
-       Frame _video_position;
+       Frame _frame_video_position;
 };