Basic support for trusted device lists in KDMs (#750).
[dcpomatic.git] / src / lib / film.h
index 76068136a47ce2d45c027182a4d39cb657361761..faa7cf5baf366f23620ab43234412415cb2a017a 100644 (file)
@@ -71,7 +71,7 @@ public:
        ~Film ();
 
        boost::filesystem::path info_file (DCPTimePeriod p) const;
-       boost::filesystem::path j2c_path (int, Eyes, bool) const;
+       boost::filesystem::path j2c_path (int, Frame, Eyes, bool) const;
        boost::filesystem::path internal_video_asset_dir () const;
        boost::filesystem::path internal_video_asset_filename (DCPTimePeriod p) const;
 
@@ -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,