diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-05 00:52:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-05 20:44:59 +0100 |
| commit | 51ce2d6a90b0827a42f3b42652d13fded2f45b71 (patch) | |
| tree | fd3065b09b249a2aaf984e6a33b201d4443425e6 | |
| parent | e5cac1e1dd4ba114ba0dbe75626b10cf95fce980 (diff) | |
Fix comment typo.
| -rw-r--r-- | src/lib/text_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/text_decoder.cc b/src/lib/text_decoder.cc index 36909c2ee..db072eda6 100644 --- a/src/lib/text_decoder.cc +++ b/src/lib/text_decoder.cc @@ -199,7 +199,7 @@ TextDecoder::emit_plain_start (ContentTime from, sub::Subtitle const & sub_subti /* Align our subtitles to the bottom of the screen, because if we are making a SMPTE * DCP and the projection system uses the wrong standard to interpret vertical position, * a bottom-aligned subtitle will be less wrong than a top-aligned one. This is because - * in the top-aligned case the difference will be the distance between bbox top an + * in the top-aligned case the difference will be the distance between bbox top and * baseline, but in the bottom-aligned case the difference will be between bbox bottom * and baseline (which is shorter). */ |
