Remove out-of-date comment.
authorCarl Hetherington <cth@carlh.net>
Fri, 8 Nov 2024 18:56:35 +0000 (19:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 8 Nov 2024 18:56:35 +0000 (19:56 +0100)
src/lib/ffmpeg_examiner.cc

index 3de1be888013b26bcf27de6184edc00f0262c74f..1aeda6a2f38711a9690664a0330911a040a7eab6 100644 (file)
@@ -99,7 +99,6 @@ FFmpegExaminer::FFmpegExaminer (shared_ptr<const FFmpegContent> c, shared_ptr<Jo
        }
 
        if (has_video ()) {
-               /* See if the header has duration information in it */
                _video_length = _need_length ? 0 : llrint((double (_format_context->duration) / AV_TIME_BASE) * video_frame_rate().get());
        }