diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-27 23:55:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-01-29 00:20:31 +0100 |
| commit | e2ef0b3973d611978dd83135eb705cdf75437494 (patch) | |
| tree | 2378c9b1d3b6eb872c8b90b9af15f1bd44168066 /src/lib/ffmpeg_content.cc | |
| parent | 9625a5430dd6885388e7a4c6ec56e579718a39e5 (diff) | |
Remove another unnecessary Film parameter.
Diffstat (limited to 'src/lib/ffmpeg_content.cc')
| -rw-r--r-- | src/lib/ffmpeg_content.cc | 2 |
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); |
