summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-27 23:55:27 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:20:17 +0100
commita7a3f17e003bab57967e502b35e2f1b689a7f1cb (patch)
tree063db340ce6a742ef6a411495227d9b6ab387808 /src/lib/ffmpeg_content.cc
parent5af584d7454b87e338498ffc8692918024e0868b (diff)
Remove another unnecessary Film parameter.
Diffstat (limited to 'src/lib/ffmpeg_content.cc')
-rw-r--r--src/lib/ffmpeg_content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc
index fbbf7aaa1..832767ad6 100644
--- a/src/lib/ffmpeg_content.cc
+++ b/src/lib/ffmpeg_content.cc
@@ -264,7 +264,7 @@ FFmpegContent::examine(shared_ptr<const Film> film, shared_ptr<Job> job, bool to
if (examiner->has_video()) {
video = make_shared<VideoContent>(this);
- video->take_from_examiner(film, examiner);
+ video->take_from_examiner(examiner);
}
auto first_path = path(0);