summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-11-08 19:56:35 +0100
committerCarl Hetherington <cth@carlh.net>2024-11-08 19:56:35 +0100
commit153153f2b91297ed463d0a0a85b74bc38f660003 (patch)
tree4dfe1e81396075b69e7a28669a70c0aab2246ebf
parent93dd1d53fd0f94a5856efdc97b90c57f5ddc2b8a (diff)
Remove out-of-date comment.
-rw-r--r--src/lib/ffmpeg_examiner.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_examiner.cc b/src/lib/ffmpeg_examiner.cc
index 3de1be888..1aeda6a2f 100644
--- a/src/lib/ffmpeg_examiner.cc
+++ b/src/lib/ffmpeg_examiner.cc
@@ -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());
}