summaryrefslogtreecommitdiff
path: root/src/lib/player_video.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-11-22 14:54:31 +0000
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commite11276a822289d7d7d91a4f431f386ad28ef16dd (patch)
tree83c1162b3beb7f9fa11b24409309747dd9753959 /src/lib/player_video.h
parentc6b0eb4db564abd41aa0685367a8660d7091e8f8 (diff)
Various work on the audio code.
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 b5acd9686..a5ca9b865 100644
--- a/src/lib/player_video.h
+++ b/src/lib/player_video.h
@@ -92,6 +92,8 @@ public:
bool same (boost::shared_ptr<const PlayerVideo> other) const;
+ boost::shared_ptr<PlayerVideo> clone (DCPTime time) const;
+
private:
boost::shared_ptr<const ImageProxy> _in;
DCPTime _time;