diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-21 22:43:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-21 22:43:44 +0000 |
| commit | 89f81959786719cf63eb0126869a79d5fe2880f4 (patch) | |
| tree | 1d929a934743a7e1dc2b297d6f87d3a18d418ccf /src/tools/dcpomatic_kdm_cli.cc | |
| parent | 543ed8094af406e5d8179ab95634a67e1ebb68f1 (diff) | |
Bump libdcp; pulls in KDM tweaks but also atmos fix.
Diffstat (limited to 'src/tools/dcpomatic_kdm_cli.cc')
| -rw-r--r-- | src/tools/dcpomatic_kdm_cli.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_kdm_cli.cc b/src/tools/dcpomatic_kdm_cli.cc index 3287fc651..364835f07 100644 --- a/src/tools/dcpomatic_kdm_cli.cc +++ b/src/tools/dcpomatic_kdm_cli.cc @@ -305,7 +305,7 @@ kdm_from_dkdm ( kdm.add_key(j); } - return kdm.encrypt (signer, target, trusted_devices, formulation); + return kdm.encrypt (signer, target, trusted_devices, formulation, true, 0); } void |
