X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fffmpeg_content.h;h=bf550942a952e983878931090f84ad22acb0c0f7;hp=dba06990b8567313421691396bf236206b578248;hb=bfc0b96db6cc6c2e94d93f9c4239adca14a6bb0c;hpb=e16c8ed02a0cb1f733a990d75a9de1bf50cf89bd diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index dba06990b..bf550942a 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -91,7 +91,6 @@ class FFmpegContent : public VideoContent, public AudioContent, public SubtitleC public: FFmpegContent (boost::shared_ptr, boost::filesystem::path); FFmpegContent (boost::shared_ptr, boost::shared_ptr); - FFmpegContent (FFmpegContent const &); boost::shared_ptr shared_from_this () { return boost::dynamic_pointer_cast (Content::shared_from_this ()); @@ -101,7 +100,6 @@ public: std::string summary () const; std::string information () const; void as_xml (xmlpp::Node *) const; - boost::shared_ptr clone () const; Time length () const; std::string identifier () const;