diff options
Diffstat (limited to 'src/lib/raw_image_proxy.h')
| -rw-r--r-- | src/lib/raw_image_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/raw_image_proxy.h b/src/lib/raw_image_proxy.h index 71c8df30b..49459dbcb 100644 --- a/src/lib/raw_image_proxy.h +++ b/src/lib/raw_image_proxy.h @@ -32,6 +32,7 @@ public: 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; |
