New DCPTime/ContentTime types.
[dcpomatic.git] / src / lib / video_decoder.h
index 8947c27089b2b718c819ce42b39fdfa794aee425..d8c362354ee02b2f9614b265c6159ee1b200bf7d 100644 (file)
@@ -41,7 +41,7 @@ public:
 
 protected:
 
-       void video (boost::shared_ptr<const Image>, bool, VideoFrame);
+       void video (boost::shared_ptr<const Image>, bool, ContentTime);
        boost::shared_ptr<const VideoContent> _video_content;
 };