X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fimagemagick_content.h;h=50191cc5ae1e76d4c7980c15dcee47490e44a011;hp=d7673d870730ec3dd411e3b875a386f454652c6f;hb=bfc0b96db6cc6c2e94d93f9c4239adca14a6bb0c;hpb=a183c1776cfd020a37d028ebb0f641352f49697b diff --git a/src/lib/imagemagick_content.h b/src/lib/imagemagick_content.h index d7673d870..50191cc5a 100644 --- a/src/lib/imagemagick_content.h +++ b/src/lib/imagemagick_content.h @@ -40,10 +40,11 @@ public: void examine (boost::shared_ptr); std::string summary () const; void as_xml (xmlpp::Node *) const; - boost::shared_ptr clone () const; Time length () const; - void set_video_length (ContentVideoFrame); + std::string identifier () const; + + void set_video_length (VideoContent::Frame); static bool valid_file (boost::filesystem::path); };