X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=effca5c61c314c50c4328d02adb5db7ce92dd48e;hb=2d5b8cdde08044d323aa7193dfac6c9f8bca7131;hp=106adf959cf4ff43f3cd039acd15dd493a633533;hpb=fbf1af9b5d14ce6a71ea184339ca7c30ed544167;p=dcpomatic.git diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 106adf959..effca5c61 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -42,9 +42,11 @@ class VideoContent : public virtual Content public: typedef int Frame; + VideoContent (boost::shared_ptr); VideoContent (boost::shared_ptr, Time, VideoContent::Frame); VideoContent (boost::shared_ptr, boost::filesystem::path); VideoContent (boost::shared_ptr, boost::shared_ptr); + VideoContent (boost::shared_ptr, std::vector >); void as_xml (xmlpp::Node *) const; std::string technical_summary () const;