X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fj2k_image_proxy.h;h=67609dfce082d362dc25ed8d0099e3741644b80e;hb=918907387e3ec895c6b6342afc639d974714a024;hp=7790f617b0f95789d1e6275074e0617d28d76d27;hpb=cf8e0e9e26dbaefab768000ebc1655b34ad11105;p=dcpomatic.git diff --git a/src/lib/j2k_image_proxy.h b/src/lib/j2k_image_proxy.h index 7790f617b..67609dfce 100644 --- a/src/lib/j2k_image_proxy.h +++ b/src/lib/j2k_image_proxy.h @@ -30,7 +30,7 @@ public: J2KImageProxy (boost::shared_ptr frame, dcp::Size, dcp::Eye); J2KImageProxy (boost::shared_ptr xml, boost::shared_ptr socket); - boost::shared_ptr image () const; + boost::shared_ptr image (boost::optional note = boost::optional ()) const; void add_metadata (xmlpp::Node *) const; void send_binary (boost::shared_ptr) const; @@ -43,5 +43,5 @@ private: boost::shared_ptr _mono; boost::shared_ptr _stereo; dcp::Size _size; - dcp::Eye _eye; + boost::optional _eye; };