Add some tests; fix failure to make DCP when there is a bit of audio right at the...
[dcpomatic.git] / src / lib / image_decoder.h
index 9b8cf73bbba6461a5da786d312338b35c25144de..140032317f9fb331147c31ede4e4a998f73607e2 100644 (file)
@@ -33,11 +33,12 @@ public:
                return _image_content;
        }
 
-private:
-       bool pass (Decoder::PassReason, bool);
+       bool 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;
 };