Fix missing version string when Popen communicate returns byte strings.
[libdcp.git] / src / decrypted_kdm.cc
index 53e958c16f2acfb0f394a31c3b77b9012b2a2915..0fa95f9a714399acd27927586a64d782faa82326 100644 (file)
@@ -303,7 +303,12 @@ DecryptedKDM::add_key (DecryptedKDMKey key)
 
 EncryptedKDM
 DecryptedKDM::encrypt (
-       shared_ptr<const CertificateChain> signer, Certificate recipient, vector<Certificate> trusted_devices, Formulation formulation, int disable_forensic_marking_picture, int disable_forensic_marking_audio
+       shared_ptr<const CertificateChain> signer,
+       Certificate recipient,
+       vector<Certificate> trusted_devices,
+       Formulation formulation,
+       bool disable_forensic_marking_picture,
+       optional<int> disable_forensic_marking_audio
        ) const
 {
        DCP_ASSERT (!_keys.empty ());