From 0573dd642350e16ffdb82887cc3cdc4f1822f320 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 20 Jun 2023 22:05:20 +0200 Subject: Cleanup: set annotation text in make_simple(). --- test/test.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test.cc') diff --git a/test/test.cc b/test/test.cc index ffb85386..309d5225 100644 --- a/test/test.cc +++ b/test/test.cc @@ -376,6 +376,7 @@ make_simple (boost::filesystem::path path, int reels, int frames, dcp::Standard cpl->add (reel); } + d->set_annotation_text("A Test DCP"); d->add (cpl); return d; } -- cgit v1.2.3