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/player.cc | |
| parent | 8b45384a7c9162d30309345ae863b4cab86aeda1 (diff) | |
wip2801-cap
Diffstat (limited to 'src/lib/player.cc')
| -rw-r--r-- | src/lib/player.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index 14cd95906..03a2895d2 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -54,7 +54,7 @@ #include "timer.h" #include "video_decoder.h" #include <dcp/reel.h> -#include <dcp/reel_closed_caption_asset.h> +#include <dcp/reel_caption_asset.h> #include <dcp/reel_picture_asset.h> #include <dcp/reel_sound_asset.h> #include <dcp/reel_subtitle_asset.h> @@ -1295,6 +1295,7 @@ Player::plain_text_start (weak_ptr<Piece> weak_piece, weak_ptr<const TextContent PlayerText ps; DCPTime const from (content_time_to_dcp (piece, subtitle.from())); + std::cout << "_____________________________ plain text start!!\n"; if (from > piece->content->end(film)) { return; } |
