summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-08-21 22:02:56 +0200
committerCarl Hetherington <cth@carlh.net>2025-08-25 11:46:58 +0200
commite58ac8d2e99f2cfe92f9654f4859ea5f2000665c (patch)
tree71b08df31e1775377c3bb50c544a05bede75c54c /src
parent5104c875ca220f56535503e72213e809969eb6a1 (diff)
Improve comment.
Diffstat (limited to 'src')
-rw-r--r--src/combine.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/combine.cc b/src/combine.cc
index 275b1d9b..fa90ee84 100644
--- a/src/combine.cc
+++ b/src/combine.cc
@@ -142,10 +142,10 @@ dcp::combine(
}
if (auto sub = dynamic_pointer_cast<dcp::InteropTextAsset>(j)) {
- /* Interop fonts are really fiddly. The font files are assets (in the ASSETMAP)
- * and also linked from the font XML by filename. We have to fix both these things,
- * and re-write the font XML file since the font URI might have changed if it's a duplicate
- * with another DCP.
+ /* Interop font files are assets (in the ASSETMAP) and also linked from
+ * the subtitle XML by filename. We have to fix both these things, and
+ * re-write the subtitle XML file since the font URI might have changed
+ * if it's a duplicate with another DCP.
*/
auto fonts = sub->font_filenames();
for (auto const& k: fonts) {