diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-10 12:52:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-11 22:15:58 +0100 |
| commit | 5cb5c48441b20c478eb29001cebe3b08c0422341 (patch) | |
| tree | 7bcc4d495a4b474cb80ad1d93479e143909f805f | |
| parent | 3d40a861b4e77f04df7196cffda5b41b9852b2c7 (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 f7b75babc..25f4131be 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -1263,7 +1263,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)); |
