projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93dd1d5
)
Remove out-of-date comment.
author
Carl Hetherington
<cth@carlh.net>
Fri, 8 Nov 2024 18:56:35 +0000
(19:56 +0100)
committer
Carl Hetherington
<cth@carlh.net>
Fri, 8 Nov 2024 18:56:35 +0000
(19:56 +0100)
src/lib/ffmpeg_examiner.cc
patch
|
blob
|
history
diff --git
a/src/lib/ffmpeg_examiner.cc
b/src/lib/ffmpeg_examiner.cc
index 3de1be888013b26bcf27de6184edc00f0262c74f..1aeda6a2f38711a9690664a0330911a040a7eab6 100644
(file)
--- 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());
}