diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-27 23:55:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-16 01:20:17 +0100 |
| commit | a7a3f17e003bab57967e502b35e2f1b689a7f1cb (patch) | |
| tree | 063db340ce6a742ef6a411495227d9b6ab387808 /src/lib/dcp_content.cc | |
| parent | 5af584d7454b87e338498ffc8692918024e0868b (diff) | |
Remove another unnecessary Film parameter.
Diffstat (limited to 'src/lib/dcp_content.cc')
| -rw-r--r-- | src/lib/dcp_content.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index 1f1e7294b..02454fdda 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -271,7 +271,7 @@ DCPContent::examine(shared_ptr<const Film> film, shared_ptr<Job> job, bool toler boost::mutex::scoped_lock lm(_mutex); video = make_shared<VideoContent>(this); } - video->take_from_examiner(film, examiner); + video->take_from_examiner(examiner); set_default_colour_conversion(); } |
