diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-11 12:48:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:59:25 +0200 |
| commit | abac0b730a014ad2c8bda52a4bbbe3f22f30d983 (patch) | |
| tree | 6261ccee73beaf1f6b347647090299b3b4b4ad0c /src/lib/player.h | |
| parent | 0346db69296f192b49726d47171a3251e3c49ad6 (diff) | |
Support closed subtitles and open captions.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index 314031698..f6a30230f 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -173,7 +173,7 @@ private: std::pair<std::shared_ptr<AudioBuffers>, dcpomatic::DCPTime> discard_audio ( std::shared_ptr<const AudioBuffers> audio, dcpomatic::DCPTime time, dcpomatic::DCPTime discard_to ) const; - boost::optional<PositionImage> open_subtitles_for_frame (dcpomatic::DCPTime time) const; + boost::optional<PositionImage> open_texts_for_frame(dcpomatic::DCPTime time) const; void emit_video(std::shared_ptr<PlayerVideo> pv, dcpomatic::DCPTime time); void use_video(std::shared_ptr<PlayerVideo> pv, dcpomatic::DCPTime time, dcpomatic::DCPTime end); void emit_audio (std::shared_ptr<AudioBuffers> data, dcpomatic::DCPTime time); |
