X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fscreen_kdm.h;h=d9031f18855ef04f770f805e7889b962967bcd8d;hb=fe9d2a290682021cd12a00bf21fa4db3012e2049;hp=7ec8e9cd9bc7a3cde2bad367440bb3a703c7b497;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/screen_kdm.h b/src/lib/screen_kdm.h index 7ec8e9cd9..d9031f188 100644 --- a/src/lib/screen_kdm.h +++ b/src/lib/screen_kdm.h @@ -21,6 +21,7 @@ #ifndef DCPOMATIC_SCREEN_KDM_H #define DCPOMATIC_SCREEN_KDM_H +#include "kdm_name_format.h" #include #include @@ -35,9 +36,10 @@ public: , kdm (k) {} - std::string filename (std::string film_name) const; - - static void write_files (std::string film_name, std::list screen_kdms, boost::filesystem::path directory); + static void write_files ( + std::list screen_kdms, boost::filesystem::path directory, + KDMNameFormat name_format, dcp::NameFormat::Map name_values + ); boost::shared_ptr screen; dcp::EncryptedKDM kdm;