X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_content.h;h=598ebf4849d7d3eb6ff26af2a5950efd70b036be;hb=7f203e4df9ca94a44099c26158c6c81b5299567f;hp=c56dc0a61ecfdfb7cfe89cd854f97d1e637c2fc7;hpb=fff7a8232b18ce6191e60ba911c29b64b9063d4d;p=dcpomatic.git diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index c56dc0a61..598ebf484 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -82,10 +82,12 @@ class FFmpegContent : public VideoContent, public AudioContent, public boost::en public: FFmpegContent (boost::filesystem::path); FFmpegContent (boost::shared_ptr); + FFmpegContent (FFmpegContent const &); void examine (boost::shared_ptr, boost::shared_ptr, bool); std::string summary () const; void as_xml (xmlpp::Node *) const; + boost::shared_ptr clone () const; /* AudioContent */ int audio_channels () const;