X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_content.h;h=c546d69eb70e9a74107b2c8b3f860a17a3d14b30;hb=bb0a36c3a6bea9cd1ebdde7b8a3a04765e317569;hp=37746ac9db213ed73ec9a63931347c3ed2475360;hpb=308488324dbc4d8b709d3fb1dc9fee0479346c21;p=dcpomatic.git diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index 37746ac9d..c546d69eb 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -41,7 +41,7 @@ public: , _id (i) {} - FFmpegStream (boost::shared_ptr); + FFmpegStream (cxml::ConstNodePtr); void as_xml (xmlpp::Node *) const; @@ -81,7 +81,7 @@ public: mapping.make_default (); } - FFmpegAudioStream (boost::shared_ptr, int); + FFmpegAudioStream (cxml::ConstNodePtr, int); void as_xml (xmlpp::Node *) const; @@ -109,7 +109,7 @@ public: : FFmpegStream (n, i) {} - FFmpegSubtitleStream (boost::shared_ptr); + FFmpegSubtitleStream (cxml::ConstNodePtr); void as_xml (xmlpp::Node *) const; }; @@ -128,7 +128,7 @@ class FFmpegContent : public VideoContent, public AudioContent, public SubtitleC { public: FFmpegContent (boost::shared_ptr, boost::filesystem::path); - FFmpegContent (boost::shared_ptr, boost::shared_ptr, int version, std::list &); + FFmpegContent (boost::shared_ptr, cxml::ConstNodePtr, int version, std::list &); FFmpegContent (boost::shared_ptr, std::vector >); boost::shared_ptr shared_from_this () {