diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-08 22:22:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-08 23:23:54 +0100 |
| commit | 4ba4258d1a3c89aa1ec4bdcfacb3ceec18adb6b7 (patch) | |
| tree | 96ae477548fe7df84fd16fe466251cf3c67e3338 /src/lib/writer.h | |
| parent | 3239ce7c2cde98a6d70777f7e408b356a5f01a94 (diff) | |
In a DCP with any subs/ccaps, make sure every reel has them (#1340).
Diffstat (limited to 'src/lib/writer.h')
| -rw-r--r-- | src/lib/writer.h | 5 |
1 files changed, 5 insertions, 0 deletions
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<ReferencedReelAsset> _reel_assets; std::list<boost::shared_ptr<dcpomatic::Font> > _fonts; + + /** true if any reel has any subtitles */ + bool _have_subtitles; + /** all closed caption tracks that we have on any reel */ + std::set<DCPTextTrack> _have_closed_captions; }; |
