X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fcpl.h;h=3f4835047205e6951c18cef4d66a2839da622dfe;hb=f33cc09ad01f4aa57a09d3bfa23193f357240d45;hp=f9814337d7f6948b8711224ebf0ad66edd7c75c2;hpb=938f413bb4ebecd51c805027e331cb7eb0ca9502;p=libdcp.git diff --git a/src/cpl.h b/src/cpl.h index f9814337..3f483504 100644 --- a/src/cpl.h +++ b/src/cpl.h @@ -34,7 +34,8 @@ namespace parse { class Asset; class Reel; class XMLMetadata; - class Encryption; +class MXFMetadata; +class Encryption; /** @brief A CPL within a DCP */ class CPL @@ -86,7 +87,9 @@ public: std::string const &, boost::shared_ptr, boost::posix_time::ptime from, - boost::posix_time::ptime until + boost::posix_time::ptime until, + MXFMetadata const &, + XMLMetadata const & ) const; private: