From 6cde6bcc0b604c1a157a4ccbdce29e91f4d45a91 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 13 May 2019 17:20:01 +0100 Subject: swaroop: add name to ECinema KDMs and add DKDM wrapper for ECinema. --- src/tools/dcpomatic_ecinema.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/dcpomatic_ecinema.cc b/src/tools/dcpomatic_ecinema.cc index 6c4b2a8c7..a0324f281 100644 --- a/src/tools/dcpomatic_ecinema.cc +++ b/src/tools/dcpomatic_ecinema.cc @@ -190,7 +190,7 @@ main (int argc, char* argv[]) avformat_free_context (input_fc); avformat_free_context (output_fc); - DecryptedECinemaKDM decrypted_kdm (id, key); + DecryptedECinemaKDM decrypted_kdm (id, output_mp4.filename().string(), key); EncryptedECinemaKDM encrypted_kdm = decrypted_kdm.encrypt (Config::instance()->decryption_chain()->leaf()); cout << encrypted_kdm.as_xml() << "\n"; } -- cgit v1.2.3