diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-09 00:38:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-09 00:38:55 +0100 |
| commit | 604e8aae4fc6ed22f9051173b11f509d178617c7 (patch) | |
| tree | 449fa35cb143d58c976c256cad3bb4cb9e6905c8 /src/lib/image_proxy.h | |
| parent | 4ec396aaae58d860a47ab883347abee227838b4a (diff) | |
Fix corrupted still image sources in some cases.
Diffstat (limited to 'src/lib/image_proxy.h')
| -rw-r--r-- | src/lib/image_proxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/image_proxy.h b/src/lib/image_proxy.h index b499b3292..f6212e54f 100644 --- a/src/lib/image_proxy.h +++ b/src/lib/image_proxy.h @@ -49,7 +49,8 @@ class ImageProxy : public boost::noncopyable { public: ImageProxy (boost::shared_ptr<Log> log); - + + /** @return Image (which must be aligned) */ virtual boost::shared_ptr<Image> image () const = 0; virtual void add_metadata (xmlpp::Node *) const = 0; virtual void send_binary (boost::shared_ptr<Socket>) const = 0; |
