diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-08-12 01:29:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-08-12 01:30:51 +0200 |
| commit | b88874e34d429b4624965da09edfde3a56329e38 (patch) | |
| tree | 23bb71b20a01274f968f33252abf51239fbbeb43 | |
| parent | 689bf63d32a8276477ab12e83bd47a5ff67d3eae (diff) | |
Add comment.
| -rw-r--r-- | src/lib/reel_writer.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/reel_writer.cc b/src/lib/reel_writer.cc index 7b9ea09bf..2b7292ff6 100644 --- a/src/lib/reel_writer.cc +++ b/src/lib/reel_writer.cc @@ -440,6 +440,10 @@ ReelWriter::finish (boost::filesystem::path output_dcp) } } + +/** Try to make a ReelAsset for a subtitles or closed captions in a given period in the DCP. + * A SubtitleAsset can be provided, or we will use one from @ref refs if not. + */ template <class Interop, class SMPTE, class Result> shared_ptr<Result> maybe_add_text ( |
