More noncopyable.
[dcpomatic.git] / src / lib / imagemagick_content.h
index d7673d870730ec3dd411e3b875a386f454652c6f..50191cc5ae1e76d4c7980c15dcee47490e44a011 100644 (file)
@@ -40,10 +40,11 @@ public:
        void examine (boost::shared_ptr<Job>);
        std::string summary () const;
        void as_xml (xmlpp::Node *) const;
-       boost::shared_ptr<Content> 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);
 };