X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fraw_image_proxy.h;h=5711b54f2f9f362a0ec9a178994d3010af0269e5;hb=72b11d5eb036651b6ff68edf3ed270e8fc52960f;hp=9f8424eb34df8061154ee96925b679a8d6939890;hpb=a69d242f3f00207d6ea7320e6723775f4b0dbfb3;p=dcpomatic.git diff --git a/src/lib/raw_image_proxy.h b/src/lib/raw_image_proxy.h index 9f8424eb3..5711b54f2 100644 --- a/src/lib/raw_image_proxy.h +++ b/src/lib/raw_image_proxy.h @@ -29,7 +29,7 @@ public: explicit RawImageProxy (boost::shared_ptr); RawImageProxy (boost::shared_ptr xml, boost::shared_ptr socket); - boost::shared_ptr image ( + std::pair, int> image ( boost::optional note = boost::optional (), boost::optional size = boost::optional () ) const; @@ -37,7 +37,6 @@ public: void add_metadata (xmlpp::Node *) const; void send_binary (boost::shared_ptr) const; bool same (boost::shared_ptr) const; - AVPixelFormat pixel_format () const; size_t memory_used () const; private: