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/position_image.h | |
| parent | 61ae2097c03bc287d654a9bab72280312a21d577 (diff) | |
Spot repeated frames from single-image sources and optimise encoding.
Diffstat (limited to 'src/lib/position_image.h')
| -rw-r--r-- | src/lib/position_image.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/position_image.h b/src/lib/position_image.h index dbd3c600e..c0c65d1da 100644 --- a/src/lib/position_image.h +++ b/src/lib/position_image.h @@ -21,6 +21,7 @@ #define DCPOMATIC_POSITION_IMAGE_H #include "position.h" +#include <boost/shared_ptr.hpp> class Image; @@ -36,6 +37,8 @@ public: boost::shared_ptr<Image> image; Position<int> position; + + bool same (PositionImage const & other) const; }; #endif |
