summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-21 20:16:11 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-21 20:16:11 +0100
commit66ef19cdb8ab4e4613762acee98a2bcb999ab65c (patch)
tree10cc30f8f0758e12fe7a7119d3b898dbdca7dcfa /src/cpl.h
parent864bbcc3f293bf60c05fda02b0d15c3f604eacc8 (diff)
Unbuilt KDM changes.
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpl.h b/src/cpl.h
index da30fdbb..726fdda2 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -100,7 +100,6 @@ public:
* @param signer Details of the certificates and private key to sign the KDM with.
* @param recipient_cert The certificate of the projector that this KDM is targeted at. This will contain the
* projector's public key which is used to encrypt the content keys.
- * @param key Private key used to encrypt the MXFs referenced by this CPL.
* @param from Time that the KDM should be valid from.
* @param until Time that the KDM should be valid until.
* @param interop true to generate an interop KDM, false for SMPTE.
@@ -108,7 +107,6 @@ public:
boost::shared_ptr<xmlpp::Document> make_kdm (
boost::shared_ptr<const Signer> signer,
boost::shared_ptr<const Certificate> recipient_cert,
- Key key,
boost::posix_time::ptime from,
boost::posix_time::ptime until,
bool interop,