From 0338a56246a8525e333a1ed161677a4a68ab1ef3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 19 Nov 2016 21:30:55 +0000 Subject: [PATCH] Remove out-of-date comment. --- src/lib/video_decoder.cc | 5 ----- 1 file changed, 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 (); } - /* 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 */ -- 2.30.2