summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_ecinema.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/dcpomatic_ecinema.cc')
-rw-r--r--src/tools/dcpomatic_ecinema.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_ecinema.cc b/src/tools/dcpomatic_ecinema.cc
index 740893fa9..719f7d4dd 100644
--- a/src/tools/dcpomatic_ecinema.cc
+++ b/src/tools/dcpomatic_ecinema.cc
@@ -210,7 +210,7 @@ main (int argc, char* argv[])
avformat_free_context (input_fc);
avformat_free_context (output_fc);
- DecryptedECinemaKDM decrypted_kdm (id, output_file.filename().string(), key);
+ DecryptedECinemaKDM decrypted_kdm (id, output_file.filename().string(), key, optional<dcp::LocalTime>(), optional<dcp::LocalTime>());
EncryptedECinemaKDM encrypted_kdm = decrypted_kdm.encrypt (Config::instance()->decryption_chain()->leaf());
cout << encrypted_kdm.as_xml() << "\n";
}