Various work on the audio code.
[dcpomatic.git] / src / lib / player_video.h
index b5acd9686ef1037ce80698e6cd24a1c0cb0f519e..a5ca9b865705648bc298db707166d3614968873a 100644 (file)
@@ -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;