diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-02 14:00:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-02 14:00:57 +0100 |
| commit | 2e64e69c8d7836d14e059c474bb6bd667e7bb52f (patch) | |
| tree | a5d2f2a33a56cffb55e8be02f895063edbdb736b /src/cpl.h | |
| parent | 37a00950acd0df2796345005cf5a1973eeca1136 (diff) | |
More master merge bits.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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: |
