Tweak logging format.
[dcpomatic.git] / src / lib / raw_image_proxy.h
index 51ffd4e9865eeafe4c9e9bd3742b37970c51d3eb..49459dbcb789c753174fd1fa501c15cf1808cf00 100644 (file)
@@ -31,7 +31,9 @@ public:
        boost::shared_ptr<Image> image (boost::optional<dcp::NoteHandler> note = boost::optional<dcp::NoteHandler> ()) const;
        void add_metadata (xmlpp::Node *) const;
        void send_binary (boost::shared_ptr<Socket>) const;
-       
+       bool same (boost::shared_ptr<const ImageProxy>) const;
+       AVPixelFormat pixel_format () const;
+
 private:
        boost::shared_ptr<Image> _image;
 };