Comments.
[dcpomatic.git] / src / lib / film.h
index 4004421039e01a7c9cd1534e90588d2a3d89278e..17bdd09ebc35aaeaf0b9670d75d89736535d7cfc 100644 (file)
@@ -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,
@@ -352,6 +353,7 @@ private:
        bool _interop;
        AudioProcessor const * _audio_processor;
        ReelType _reel_type;
+       /** Desired reel length in bytes, if _reel_type == REELTYPE_BY_LENGTH */
        int64_t _reel_length;
 
        int _state_version;