diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-04 01:02:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-04 01:02:16 +0100 |
| commit | 7fce30aad85f04276a7695b1daf8ffb9fdd267b5 (patch) | |
| tree | 0cd2ef7c85bcec1d86bc9b930f9e7d9ceb19abf3 /src/lib/text_decoder.cc | |
| parent | e310b50c80eb218ea296483ddfac0859c9c5ab80 (diff) | |
Cleanup: rename PlainStart -> StringStart.
Diffstat (limited to 'src/lib/text_decoder.cc')
| -rw-r--r-- | src/lib/text_decoder.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/text_decoder.cc b/src/lib/text_decoder.cc index 6534b6a38..b1813e1c0 100644 --- a/src/lib/text_decoder.cc +++ b/src/lib/text_decoder.cc @@ -134,7 +134,7 @@ TextDecoder::emit_plain_start(ContentTime from, vector<dcp::TextString> subtitle string_texts.push_back(string_text); } - PlainStart(ContentStringText(from, string_texts)); + StringStart(ContentStringText(from, string_texts)); maybe_set_position(from); } @@ -318,7 +318,7 @@ TextDecoder::emit_plain_start(ContentTime from, sub::Subtitle const & sub_subtit } } - PlainStart(ContentStringText(from, string_texts)); + StringStart(ContentStringText(from, string_texts)); maybe_set_position(from); } |
