summaryrefslogtreecommitdiff
path: root/test/file_naming_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-22 02:16:16 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-26 00:09:27 +0100
commit5799460dc38bafa1da1ce9f7bf43621d3fadf442 (patch)
treea4666f4bf8f99f29716e8d68113320426b0a1c95 /test/file_naming_test.cc
parentaaf6845e130ac208cee524536b67c54bd1ce8ed9 (diff)
Noisy change to get film into AudioContent::modify_trim_start().
Diffstat (limited to 'test/file_naming_test.cc')
-rw-r--r--test/file_naming_test.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/file_naming_test.cc b/test/file_naming_test.cc
index 069b1d825..be4856cd1 100644
--- a/test/file_naming_test.cc
+++ b/test/file_naming_test.cc
@@ -80,13 +80,13 @@ BOOST_AUTO_TEST_CASE (file_naming_test)
BOOST_REQUIRE (!wait_for_jobs());
r->set_position (film, dcpomatic::DCPTime::from_seconds(0));
- r->set_video_frame_rate (24);
+ r->set_video_frame_rate(film, 24);
r->video->set_length (24);
g->set_position (film, dcpomatic::DCPTime::from_seconds(1));
- g->set_video_frame_rate (24);
+ g->set_video_frame_rate(film, 24);
g->video->set_length (24);
b->set_position (film, dcpomatic::DCPTime::from_seconds(2));
- b->set_video_frame_rate (24);
+ b->set_video_frame_rate(film, 24);
b->video->set_length (24);
film->set_reel_type (ReelType::BY_VIDEO_CONTENT);
@@ -139,13 +139,13 @@ BOOST_AUTO_TEST_CASE (file_naming_test2)
BOOST_REQUIRE (!wait_for_jobs());
r->set_position (film, dcpomatic::DCPTime::from_seconds(0));
- r->set_video_frame_rate (24);
+ r->set_video_frame_rate(film, 24);
r->video->set_length (24);
g->set_position (film, dcpomatic::DCPTime::from_seconds(1));
- g->set_video_frame_rate (24);
+ g->set_video_frame_rate(film, 24);
g->video->set_length (24);
b->set_position (film, dcpomatic::DCPTime::from_seconds(2));
- b->set_video_frame_rate (24);
+ b->set_video_frame_rate(film, 24);
b->video->set_length (24);
film->set_reel_type (ReelType::BY_VIDEO_CONTENT);