diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-15 16:21:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-15 16:21:41 +0000 |
| commit | 86214f4619476b1a4951e15f002a93743b5f7a1e (patch) | |
| tree | a827550b72a7409d280d21fc6e0a820c9f940fc2 /test/test.h | |
| parent | a890bedf688f0066d70dd5e9b07cbd86736cc0b1 (diff) | |
Basics of subtitle rendering.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index e49dfc276..8b302b119 100644 --- a/test/test.h +++ b/test/test.h @@ -20,9 +20,12 @@ #include <boost/filesystem.hpp> class Film; +class Image; extern void wait_for_jobs (); extern boost::shared_ptr<Film> new_test_film (std::string); extern void check_dcp (std::string, std::string); +extern void check_file (std::string ref, std::string check); extern void check_xml (boost::filesystem::path, boost::filesystem::path, std::list<std::string>); extern boost::filesystem::path test_film_dir (std::string); +extern void write_image (boost::shared_ptr<const Image> image, boost::filesystem::path file); |
