diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-15 00:51:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:22 +0100 |
| commit | e182156f75a74457c4452cc3bfe91d778d0d7148 (patch) | |
| tree | 7c929330d3953a76c801d4ba22bc9936da7c94d2 /test/test.h | |
| parent | 7c5237f7f45b85a6030b345cf4542ed4059fa5c9 (diff) | |
Bv2.1 7.2.2: Check that subtitle languages are the same for all reels.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index 1d9cd921..10f99ce1 100644 --- a/test/test.h +++ b/test/test.h @@ -45,6 +45,7 @@ extern void check_xml (std::string ref, std::string test, std::list<std::string> extern void check_file (boost::filesystem::path ref, boost::filesystem::path check); extern std::shared_ptr<dcp::MonoPictureAsset> simple_picture (boost::filesystem::path path, std::string suffix); extern std::shared_ptr<dcp::SoundAsset> simple_sound (boost::filesystem::path path, std::string suffix, dcp::MXFMetadata mxf_meta, std::string language); +extern std::shared_ptr<dcp::Subtitle> simple_subtitle (); extern std::shared_ptr<dcp::DCP> make_simple (boost::filesystem::path path, int reels = 1); extern std::shared_ptr<dcp::DCP> make_simple_with_interop_subs (boost::filesystem::path path); extern std::shared_ptr<dcp::DCP> make_simple_with_smpte_subs (boost::filesystem::path path); |
