diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-19 21:33:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-19 23:45:23 +0100 |
| commit | 11fe3ab56ad59b8b5525fa795d44d2323ef6d5b8 (patch) | |
| tree | 3bd7b96fee95bf6b34acdfbfdb47c92bfb5c818b /src/lib/player.cc | |
| parent | 0ab83642f0c96ae2681beae04873b3226338a570 (diff) | |
Get types into ReelWriter.
Diffstat (limited to 'src/lib/player.cc')
| -rw-r--r-- | src/lib/player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index 36ffd1868..e300b5448 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -929,7 +929,7 @@ Player::subtitle_stop (weak_ptr<Piece> wp, ContentTime to, TextType type) pair<PlayerText, DCPTime> from = _active_text[type].add_to (wp, dcp_to); if (piece->content->subtitle->use() && !_always_burn_subtitles && !piece->content->subtitle->burn()) { - Subtitle (from.first, DCPTimePeriod (from.second, dcp_to)); + Text (from.first, type, DCPTimePeriod (from.second, dcp_to)); } } |
