From 1c10ba0bbe5d3f476cfb5a65191774b69670616d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 28 Jun 2024 23:56:22 +0200 Subject: wip --- src/lib/reel_writer.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/reel_writer.cc') diff --git a/src/lib/reel_writer.cc b/src/lib/reel_writer.cc index d8aff1162..e3fc3aab4 100644 --- a/src/lib/reel_writer.cc +++ b/src/lib/reel_writer.cc @@ -46,11 +46,11 @@ #include #include #include -#include +#include #include #include #include -#include +#include #include #include #include @@ -631,7 +631,7 @@ ReelWriter::create_reel_text ( } for (auto const& i: _closed_caption_assets) { - auto a = maybe_add_text ( + auto a = maybe_add_text ( i.second, duration, reel, _reel_index, _reel_count, _content_summary, refs, film(), _period, output_dcp, _text_only ); DCPOMATIC_ASSERT (a); @@ -645,7 +645,7 @@ ReelWriter::create_reel_text ( /* Make empty tracks for anything we've been asked to ensure but that we haven't added */ for (auto i: ensure_closed_captions) { - auto a = maybe_add_text ( + auto a = maybe_add_text ( empty_text_asset(TextType::CLOSED_CAPTION, i, true), duration, reel, -- cgit v1.2.3