Write config.xml with CR/LF terminators on Windows.
[dcpomatic.git] / src / lib / image_decoder.h
index 7978f34c84223006f53bf368d0f99b93a6142296..9f1484e47a33c8fe83a9a1b004592f5dd7057ab8 100644 (file)
@@ -27,13 +27,13 @@ class ImageProxy;
 class ImageDecoder : public Decoder
 {
 public:
-       ImageDecoder (boost::shared_ptr<const ImageContent> c, boost::shared_ptr<Log> log);
+       ImageDecoder (boost::shared_ptr<const Film> film, boost::shared_ptr<const ImageContent> c);
 
        boost::shared_ptr<const ImageContent> content () {
                return _image_content;
        }
 
-       void pass ();
+       bool pass ();
        void seek (ContentTime, bool);
 
 private: