summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-27 01:27:53 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-06 23:05:15 +0100
commit73780cdb80eb3ac1f0f9d96fe6032f8a2317b01b (patch)
tree171b53d146b9eb5a0e98e90b5dbdbff6cf3a7a50 /test/test.h
parenteac3cac07eb97a6bcf6accd1575af76cd6f59112 (diff)
WIP: analyse J2K files.j2k-check
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index 155c7898..57be5d11 100644
--- a/test/test.h
+++ b/test/test.h
@@ -54,6 +54,7 @@ extern std::shared_ptr<dcp::DCP> make_simple_with_interop_ccaps (boost::filesyst
extern std::shared_ptr<dcp::DCP> make_simple_with_smpte_ccaps (boost::filesystem::path path);
extern std::shared_ptr<dcp::OpenJPEGImage> black_image (dcp::Size size = dcp::Size(1998, 1080));
extern std::shared_ptr<dcp::ReelAsset> black_picture_asset (boost::filesystem::path dir, int frames = 24);
+extern boost::filesystem::path find_file (boost::filesystem::path dir, std::string filename_part);
/** Creating an object of this class will make asdcplib's random number generation
* (more) predictable.