Remove out-of-date comment.
authorCarl Hetherington <cth@carlh.net>
Sat, 19 Nov 2016 21:30:55 +0000 (21:30 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 19 Nov 2016 21:30:55 +0000 (21:30 +0000)
src/lib/video_decoder.cc

index bb9004e109397f9342f3bf158900d420c95c53f5..63cf021878c0d771f54fcd329cb087b7a7068eb1 100644 (file)
@@ -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 */