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/image.h | |
| parent | 61ae2097c03bc287d654a9bab72280312a21d577 (diff) | |
Spot repeated frames from single-image sources and optimise encoding.
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/image.h b/src/lib/image.h index 6c5391641..e1f8d0ddd 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -94,5 +94,6 @@ private: }; extern PositionImage merge (std::list<PositionImage> images); +extern bool operator== (Image const & a, Image const & b); #endif |
