diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-15 20:57:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-15 20:57:47 +0000 |
| commit | 69f25e496ba409c02aa27b1e07dfcde34c86a32b (patch) | |
| tree | f36e0e621fe2c514f96cf7365f57b0acd151877b /src/lib/film.h | |
| parent | e170d9908c191180aefe71ff7cfa81a5ba08ed83 (diff) | |
Basic support for trusted device lists in KDMs (#750).
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 400442103..faa7cf5ba 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -121,7 +121,8 @@ public: dcp::EncryptedKDM make_kdm ( - dcp::Certificate target, + dcp::Certificate recipient, + std::vector<dcp::Certificate> trusted_devices, boost::filesystem::path cpl_file, dcp::LocalTime from, dcp::LocalTime until, |
