Basic grunt-work, untested and unfinished, but it compiles.
[dcpomatic.git] / src / lib / image_decoder.h
index d023636bfe433138db3be83162936a0cd2a1b41d..7978f34c84223006f53bf368d0f99b93a6142296 100644 (file)
@@ -33,10 +33,11 @@ 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 _frame_video_position;