diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-07 22:03:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-07 22:03:17 +0100 |
| commit | e7e1fae0921be22458a6e6b99ee27d87233f1293 (patch) | |
| tree | 23523e1be3f50587c1da46c1b1c91a5540997c2d | |
| parent | 06114a4f18591f31a9f8531d04b0e787b96a1e83 (diff) | |
Re-word some comments.
| -rw-r--r-- | src/lib/writer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 72d501958..3fbfe6b5f 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -869,7 +869,7 @@ Writer::write(ReusableReelAsset asset) if (is_open(text_asset->type())) { _have_subtitles = true; } else { - /* This feels quite fragile. We have a referenced reel and want to know if it's + /* This feels quite fragile. We have a reused reel and want to know if it's * part of a given closed-caption track so that we can fill if it has any * missing reels. I guess for that purpose almost any DCPTextTrack values are * fine so long as they are consistent. @@ -930,7 +930,7 @@ Writer::set_digest_progress(Job* job, int id, int64_t done, int64_t size) } -/** Calculate hashes for any referenced MXF assets which do not already have one */ +/** Calculate hashes for any reused MXF assets which do not already have one */ void Writer::calculate_referenced_digests(std::function<void (int64_t, int64_t)> set_progress) try |
