diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-14 23:38:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:23 +0100 |
| commit | ecb9344aedd1beac90668cba46e0f22bd7c7bd9f (patch) | |
| tree | 28464363a659a61e266eacbca3daa0467c251623 /test/test.cc | |
| parent | 6e1558f51d4f90c0adf6b18dc8143274167e4d89 (diff) | |
Bv2.1 8.2: all parts of a reel must have the same duration.
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.cc b/test/test.cc index f110c9cb..ba309f0e 100644 --- a/test/test.cc +++ b/test/test.cc @@ -402,7 +402,7 @@ make_simple_with_interop_subs (boost::filesystem::path path) shared_ptr<dcp::DCP> make_simple_with_smpte_subs (boost::filesystem::path path) { - shared_ptr<dcp::DCP> dcp = make_simple (path); + shared_ptr<dcp::DCP> dcp = make_simple (path, 1, 240); shared_ptr<dcp::SMPTESubtitleAsset> subs(new dcp::SMPTESubtitleAsset()); subs->set_language (dcp::LanguageTag("de-DE")); @@ -437,7 +437,7 @@ make_simple_with_interop_ccaps (boost::filesystem::path path) shared_ptr<dcp::DCP> make_simple_with_smpte_ccaps (boost::filesystem::path path) { - shared_ptr<dcp::DCP> dcp = make_simple (path); + shared_ptr<dcp::DCP> dcp = make_simple (path, 1, 240); shared_ptr<dcp::SMPTESubtitleAsset> subs(new dcp::SMPTESubtitleAsset()); subs->set_language (dcp::LanguageTag("de-DE")); |
