summaryrefslogtreecommitdiff
path: root/src/lib/player_video.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-09-11 23:35:57 +0100
committerCarl Hetherington <cth@carlh.net>2014-09-11 23:35:57 +0100
commit88065ad7e9070c7c6a0f9b15202c392084e9e8ba (patch)
tree95aa18859010fb3b534a1a860f38b0b62368e98d /src/lib/player_video.h
parent61ae2097c03bc287d654a9bab72280312a21d577 (diff)
Spot repeated frames from single-image sources and optimise encoding.
Diffstat (limited to 'src/lib/player_video.h')
-rw-r--r--src/lib/player_video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h
index 74e05d1e9..59894a227 100644
--- a/src/lib/player_video.h
+++ b/src/lib/player_video.h
@@ -70,6 +70,8 @@ public:
return _inter_size;
}
+ bool same (boost::shared_ptr<const PlayerVideo> other) const;
+
private:
boost::shared_ptr<const ImageProxy> _in;
DCPTime _time;