Add parameter names.
authorCarl Hetherington <cth@carlh.net>
Fri, 17 Jan 2025 10:12:35 +0000 (11:12 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 18 Jan 2025 20:06:40 +0000 (21:06 +0100)
test/test.h

index 73c77c98ddaa72f2ce14ea7a311199b64d486ecd..bb92b5385e26d0b45e7c9059271f6cf93994c74a 100644 (file)
@@ -68,7 +68,7 @@ extern void check_mxf_audio_file (boost::filesystem::path ref, boost::filesystem
 extern bool mxf_atmos_files_same (boost::filesystem::path ref, boost::filesystem::path check, bool verbose = false);
 extern void check_xml(boost::filesystem::path, boost::filesystem::path, std::list<Glib::ustring>);
 extern void check_ffmpeg (boost::filesystem::path, boost::filesystem::path, int audio_tolerance);
-extern void check_image (boost::filesystem::path, boost::filesystem::path, double threshold = 4);
+extern void check_image(boost::filesystem::path ref, boost::filesystem::path check, double threshold = 4);
 extern boost::filesystem::path test_film_dir (std::string);
 extern void write_image (std::shared_ptr<const Image> image, boost::filesystem::path file);
 boost::filesystem::path dcp_file (std::shared_ptr<const Film> film, std::string prefix);