diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-10 12:52:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-11 15:52:17 +0100 |
| commit | d5c44276a81e85613702567eee59412a2d99bcdd (patch) | |
| tree | 0f99559dff57cd504395d93a84cd8523ab30a36b | |
| parent | 6936c38640b0162259cb46980b7a561393aa1bfb (diff) | |
Comment typo.
| -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 c97f977b1..01413115b 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -1264,7 +1264,7 @@ Player::emit_video (shared_ptr<PlayerVideo> pv, DCPTime time) } } - /* We need a delay to give a little wiggle room to ensure that relevent subtitles arrive at the + /* We need a delay to give a little wiggle room to ensure that relevant subtitles arrive at the player before the video that requires them. */ _delay.push_back (make_pair (pv, time)); |
