Various bits and pieces.
[dcpomatic.git] / src / lib / video_content.h
index 8b0461e3fb3ab1349ca03d7ba789cef7b6853a0a..7dde927af0bd14d8103fb96c4c3430c4f7a08c54 100644 (file)
@@ -37,9 +37,9 @@ public:
 class VideoContent : public virtual Content
 {
 public:
-       VideoContent (Time);
-       VideoContent (boost::filesystem::path);
-       VideoContent (boost::shared_ptr<const cxml::Node>);
+       VideoContent (boost::shared_ptr<const Film>, Time, ContentVideoFrame);
+       VideoContent (boost::shared_ptr<const Film>, boost::filesystem::path);
+       VideoContent (boost::shared_ptr<const Film>, boost::shared_ptr<const cxml::Node>);
        VideoContent (VideoContent const &);
 
        void as_xml (xmlpp::Node *) const;