summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-02 14:00:57 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-02 14:00:57 +0100
commit2e64e69c8d7836d14e059c474bb6bd667e7bb52f (patch)
treea5d2f2a33a56cffb55e8be02f895063edbdb736b /src/cpl.h
parent37a00950acd0df2796345005cf5a1973eeca1136 (diff)
More master merge bits.
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h7
1 files changed, 5 insertions, 2 deletions
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<const Certificate>,
boost::posix_time::ptime from,
- boost::posix_time::ptime until
+ boost::posix_time::ptime until,
+ MXFMetadata const &,
+ XMLMetadata const &
) const;
private: