X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fraw_image_proxy.h;h=dcd107a9ebc4f9255c226228681d25a41bcc029c;hb=6f856af55898f94b45e3be28aa4f7c962de8a398;hp=78b7db0c763cf1e53bbfcb188fef025012a57850;hpb=0ff4fa6058b305476e7bc60c590acb6135c49b1c;p=dcpomatic.git diff --git a/src/lib/raw_image_proxy.h b/src/lib/raw_image_proxy.h index 78b7db0c7..dcd107a9e 100644 --- a/src/lib/raw_image_proxy.h +++ b/src/lib/raw_image_proxy.h @@ -30,14 +30,12 @@ public: RawImageProxy (boost::shared_ptr xml, boost::shared_ptr socket); std::pair, int> image ( - boost::optional note = boost::optional (), boost::optional size = boost::optional () ) const; 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: