Various fixes.
[dcpomatic.git] / src / lib / ffmpeg_content.h
index c56dc0a61ecfdfb7cfe89cd854f97d1e637c2fc7..598ebf4849d7d3eb6ff26af2a5950efd70b036be 100644 (file)
@@ -82,10 +82,12 @@ class FFmpegContent : public VideoContent, public AudioContent, public boost::en
 public:
        FFmpegContent (boost::filesystem::path);
        FFmpegContent (boost::shared_ptr<const cxml::Node>);
+       FFmpegContent (FFmpegContent const &);
        
        void examine (boost::shared_ptr<Film>, boost::shared_ptr<Job>, bool);
        std::string summary () const;
        void as_xml (xmlpp::Node *) const;
+       boost::shared_ptr<Content> clone () const;
 
         /* AudioContent */
         int audio_channels () const;