diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-11 23:35:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-11 23:35:57 +0100 |
| commit | 88065ad7e9070c7c6a0f9b15202c392084e9e8ba (patch) | |
| tree | 95aa18859010fb3b534a1a860f38b0b62368e98d /src/lib/magick_image_proxy.h | |
| parent | 61ae2097c03bc287d654a9bab72280312a21d577 (diff) | |
Spot repeated frames from single-image sources and optimise encoding.
Diffstat (limited to 'src/lib/magick_image_proxy.h')
| -rw-r--r-- | src/lib/magick_image_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/magick_image_proxy.h b/src/lib/magick_image_proxy.h index a2635236f..8b43d0a00 100644 --- a/src/lib/magick_image_proxy.h +++ b/src/lib/magick_image_proxy.h @@ -28,6 +28,7 @@ public: boost::shared_ptr<Image> image () const; void add_metadata (xmlpp::Node *) const; void send_binary (boost::shared_ptr<Socket>) const; + bool same (boost::shared_ptr<const ImageProxy> other) const; private: Magick::Blob _blob; |
