diff options
Diffstat (limited to 'src/lib')
| -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)); |
