diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-19 21:30:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-19 21:30:55 +0000 |
| commit | 0338a56246a8525e333a1ed161677a4a68ab1ef3 (patch) | |
| tree | 175350d23df6ad0b3eb9bc5546749fdfa72af358 /src/lib/video_decoder.cc | |
| parent | ad5c8849fc3ef5aad88201f28db5474a60db4436 (diff) | |
Remove out-of-date comment.
Diffstat (limited to 'src/lib/video_decoder.cc')
| -rw-r--r-- | src/lib/video_decoder.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index bb9004e10..63cf02187 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -75,11 +75,6 @@ VideoDecoder::get (Frame frame, bool accurate) return list<ContentVideo> (); } - /* At this stage, if we have get_video()ed before, _decoded will contain the last frame that this - method returned (and possibly a few more). If the requested frame is not in _decoded and it is not the next - one after the end of _decoded we need to seek. - */ - _log->log (String::compose ("VD has request for %1", frame), LogEntry::TYPE_DEBUG_DECODE); /* See if we have frame, and suggest a seek if not */ |
