X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fraw_image_proxy.h;h=dcd107a9ebc4f9255c226228681d25a41bcc029c;hb=7c730205e50014347bd96ab9735346d0b5922798;hp=2b64cbd9b812e9d14f0159eb0c2ba2f213e9861c;hpb=a5ea5c0d2637dd41e3d356cb62cac75b8cadf8ce;p=dcpomatic.git diff --git a/src/lib/raw_image_proxy.h b/src/lib/raw_image_proxy.h index 2b64cbd9b..dcd107a9e 100644 --- a/src/lib/raw_image_proxy.h +++ b/src/lib/raw_image_proxy.h @@ -26,18 +26,16 @@ class RawImageProxy : public ImageProxy { public: - RawImageProxy (boost::shared_ptr); + explicit RawImageProxy (boost::shared_ptr); RawImageProxy (boost::shared_ptr xml, boost::shared_ptr socket); - boost::shared_ptr image ( - boost::optional note = boost::optional (), + std::pair, int> image ( 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: