diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-01 14:49:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-03 01:28:36 +0100 |
| commit | 0ae77cead48b7d6e94b3913e40254826dfe43277 (patch) | |
| tree | 001d20673d174dd5e1a33d44e9927703f462919a /src/lib/player.h | |
| parent | f7d69b1fd3895635630d9ef8a04dffbedae80ed1 (diff) | |
Cleanup: rename subtitle_stop -> text_stop.
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 70c080475..5148ad3a1 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -166,7 +166,7 @@ private: void audio(std::weak_ptr<Piece>, AudioStreamPtr, ContentAudio); void bitmap_text_start(std::weak_ptr<Piece>, std::weak_ptr<const TextContent>, ContentBitmapText); void plain_text_start(std::weak_ptr<Piece>, std::weak_ptr<const TextContent>, ContentStringText); - void subtitle_stop(std::weak_ptr<Piece>, std::weak_ptr<const TextContent>, dcpomatic::ContentTime); + void text_stop(std::weak_ptr<Piece>, std::weak_ptr<const TextContent>, dcpomatic::ContentTime); void atmos(std::weak_ptr<Piece>, ContentAtmos); dcpomatic::DCPTime one_video_frame() const; |
