diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-05 23:55:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-05 23:55:42 +0100 |
| commit | f39c4baa02a51571d08ea87f441ae9c2abafe694 (patch) | |
| tree | b787e38e10930d4dcde62bbadd1ffa95a049e60c /src | |
| parent | 9f8bdc77426b15f1f89110118ccb5c9903228351 (diff) | |
Temporary-ish TODO.
Diffstat (limited to 'src')
| -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 06a1b008d..addaa6cac 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -660,7 +660,7 @@ Player::video (weak_ptr<Piece> wp, ContentVideo video) } } - /* Fill gaps */ + /* Fill gaps caused by (the hopefully rare event of) a decoder not emitting contiguous video */ if (_last_video_time) { fill_video (DCPTimePeriod (_last_video_time.get(), time)); |
