summaryrefslogtreecommitdiff
path: root/test/content_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-27 23:49:24 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:20:17 +0100
commit5af584d7454b87e338498ffc8692918024e0868b (patch)
treecaff06ada1c4500ab0a1f7e6a83f4e079baeab67 /test/content_test.cc
parent987d5bec15a752bbc3d914035e5ab34d5c9b4efe (diff)
Remove another unnecessary Film parameter.
Diffstat (limited to 'test/content_test.cc')
-rw-r--r--test/content_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/content_test.cc b/test/content_test.cc
index c3a529dd0..a174fbf66 100644
--- a/test/content_test.cc
+++ b/test/content_test.cc
@@ -100,7 +100,7 @@ BOOST_AUTO_TEST_CASE (content_test3)
content->set_position (film, DCPTime::from_seconds(13.9 / 24.0));
BOOST_CHECK (content->position() == DCPTime::from_seconds (14.0 / 24.0));
- content->set_video_frame_rate(film, 25);
+ content->set_video_frame_rate(25);
/* Check that trim is fixed when the content's video frame rate is `forced' */