From 4ba4258d1a3c89aa1ec4bdcfacb3ceec18adb6b7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 8 Dec 2020 22:22:30 +0100 Subject: In a DCP with any subs/ccaps, make sure every reel has them (#1340). --- src/lib/writer.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/writer.h') diff --git a/src/lib/writer.h b/src/lib/writer.h index 3b5cc3dc3..52cb222e7 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -197,4 +197,9 @@ private: std::list _reel_assets; std::list > _fonts; + + /** true if any reel has any subtitles */ + bool _have_subtitles; + /** all closed caption tracks that we have on any reel */ + std::set _have_closed_captions; }; -- cgit v1.2.3