diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-28 23:56:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-06-28 23:56:26 +0200 |
| commit | 1c10ba0bbe5d3f476cfb5a65191774b69670616d (patch) | |
| tree | 4c3b22a8a0fd12cd5bdcbc3a892462be0b21ed5d /src/lib/text_decoder.cc | |
| parent | 8b45384a7c9162d30309345ae863b4cab86aeda1 (diff) | |
wip2801-cap
Diffstat (limited to 'src/lib/text_decoder.cc')
| -rw-r--r-- | src/lib/text_decoder.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/text_decoder.cc b/src/lib/text_decoder.cc index 945ffaa03..a54840c35 100644 --- a/src/lib/text_decoder.cc +++ b/src/lib/text_decoder.cc @@ -141,6 +141,7 @@ TextDecoder::emit_plain_start(ContentTime from, vector<dcp::SubtitleString> subt string_texts.push_back(string_text); } + std::cout << "PlainStart FUCKAS\n"; PlainStart(ContentStringText(from, string_texts)); maybe_set_position(from); } @@ -324,6 +325,7 @@ TextDecoder::emit_plain_start (ContentTime from, sub::Subtitle const & sub_subti } } + std::cout << "PlainStart FUCKAS\n"; PlainStart(ContentStringText(from, string_texts)); maybe_set_position(from); } |
