summaryrefslogtreecommitdiff
path: root/src/lib/dcp_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/dcp_video.h
parent61ae2097c03bc287d654a9bab72280312a21d577 (diff)
Spot repeated frames from single-image sources and optimise encoding.
Diffstat (limited to 'src/lib/dcp_video.h')
-rw-r--r--src/lib/dcp_video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h
index e8e90260c..d517a8f02 100644
--- a/src/lib/dcp_video.h
+++ b/src/lib/dcp_video.h
@@ -57,6 +57,8 @@ public:
}
Eyes eyes () const;
+
+ bool same (boost::shared_ptr<const DCPVideo> other) const;
private: