From ecb9344aedd1beac90668cba46e0f22bd7c7bd9f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 14 Jan 2021 23:38:30 +0100 Subject: Bv2.1 8.2: all parts of a reel must have the same duration. --- test/test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test.cc') 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 make_simple_with_smpte_subs (boost::filesystem::path path) { - shared_ptr dcp = make_simple (path); + shared_ptr dcp = make_simple (path, 1, 240); shared_ptr 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 make_simple_with_smpte_ccaps (boost::filesystem::path path) { - shared_ptr dcp = make_simple (path); + shared_ptr dcp = make_simple (path, 1, 240); shared_ptr subs(new dcp::SMPTESubtitleAsset()); subs->set_language (dcp::LanguageTag("de-DE")); -- cgit v1.2.3