summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
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/video_content.h
parent5af584d7454b87e338498ffc8692918024e0868b (diff)
Remove another unnecessary Film parameter.
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index 23936b768..b76954641 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -219,7 +219,7 @@ public:
void set_length(Frame);
- void take_from_examiner(std::shared_ptr<const Film> film, std::shared_ptr<VideoExaminer>);
+ void take_from_examiner(std::shared_ptr<VideoExaminer>);
void add_properties(std::list<UserProperty> &) const;
void modify_position(std::shared_ptr<const Film> film, dcpomatic::DCPTime& pos) const;