Read UTF8 string lengths correctly when checking closed captions (part of #1446).
[dcpomatic.git] / src / lib / cinema_kdms.h
index 98cb84541677f2518f8b71a7750ce311cc066059..566b947a23e22208a64a774a3fe7752b6fcb22d3 100644 (file)
@@ -51,10 +51,10 @@ public:
 
        static void email (
                std::list<CinemaKDMs> cinema_kdms,
-               dcp::NameFormat name_format,
+               dcp::NameFormat container_name_format,
+               dcp::NameFormat filename_format,
                dcp::NameFormat::Map name_values,
-               std::string cpl_name,
-               boost::shared_ptr<Log> log
+               std::string cpl_name
                );
 
        boost::shared_ptr<Cinema> cinema;