summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-09-01 23:32:22 +0100
committerCarl Hetherington <cth@carlh.net>2017-09-01 23:32:22 +0100
commit33330f6e2cccb3be51788e919e763139d679cc8b (patch)
tree683c781a9fc83830eed0d1b189166dd668aa4086 /test/test.h
parentbfd3eb677d687080f10c2e6b79724b98180317e5 (diff)
Fix up remake_with_subtitle_test.
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index 33807bee8..75ab7b7f6 100644
--- a/test/test.h
+++ b/test/test.h
@@ -38,3 +38,5 @@ extern void check_ffmpeg (boost::filesystem::path, boost::filesystem::path, int
extern void check_image (boost::filesystem::path, boost::filesystem::path);
extern boost::filesystem::path test_film_dir (std::string);
extern void write_image (boost::shared_ptr<const Image> image, boost::filesystem::path file, std::string format);
+boost::filesystem::path video_file (boost::shared_ptr<const Film> film);
+void check_one_frame (boost::filesystem::path dcp, int64_t index, boost::filesystem::path ref);