From bc6ef3ae7644c256e2339366e5aa14c4fa4bbee4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 24 Mar 2022 00:41:32 +0100 Subject: Remove and from tags. They should not be there: "EntryPoint" ... "This element shall only be present when the Asset refers to an external resource such as a Track File". Fixes DoM bug #2215. --- 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 a6472540..1b0b9b10 100644 --- a/test/test.cc +++ b/test/test.cc @@ -371,7 +371,7 @@ make_simple (boost::filesystem::path path, int reels, int frames, dcp::Standard shared_ptr(new dcp::ReelSoundAsset(ms, 0)) ); - auto markers = make_shared(dcp::Fraction(24, 1), frames, 0); + auto markers = make_shared(dcp::Fraction(24, 1), frames); if (i == 0) { markers->set (dcp::Marker::FFOC, dcp::Time(0, 0, 0, 1, 24)); } @@ -419,7 +419,7 @@ simple_subtitle () shared_ptr simple_markers (int frames) { - auto markers = make_shared(dcp::Fraction(24, 1), frames, 0); + auto markers = make_shared(dcp::Fraction(24, 1), frames); markers->set (dcp::Marker::FFOC, dcp::Time(1, 24, 24)); markers->set (dcp::Marker::LFOC, dcp::Time(frames - 1, 24, 24)); return markers; -- cgit v1.2.3