summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
m---------test/data0
-rw-r--r--test/time_calculation_test.cc8
2 files changed, 4 insertions, 4 deletions
diff --git a/test/data b/test/data
-Subproject 6852489c035e5af96191e66dd9972e3b6307cc8
+Subproject dc18332316687dc2e4171e3b5905ea266c35763
diff --git a/test/time_calculation_test.cc b/test/time_calculation_test.cc
index 28a1c61ab..6c2b92a39 100644
--- a/test/time_calculation_test.cc
+++ b/test/time_calculation_test.cc
@@ -138,7 +138,7 @@ BOOST_AUTO_TEST_CASE (ffmpeg_time_calculation_test)
doc->read_string (xml);
list<string> notes;
- auto content = std::make_shared<FFmpegContent>(doc, boost::none, film->state_version(), notes);
+ auto content = std::make_shared<FFmpegContent>(doc, boost::none, 38, notes);
/* 25fps content, 25fps DCP */
film->set_video_frame_rate (25);
@@ -192,7 +192,7 @@ BOOST_AUTO_TEST_CASE (player_time_calculation_test1)
doc->read_string (xml);
list<string> notes;
- auto content = std::make_shared<FFmpegContent>(doc, boost::none, film->state_version(), notes);
+ auto content = std::make_shared<FFmpegContent>(doc, boost::none, 38, notes);
film->set_sequence (false);
film->add_content (content);
@@ -398,7 +398,7 @@ BOOST_AUTO_TEST_CASE (player_time_calculation_test2)
doc->read_string (xml);
list<string> notes;
- auto content = std::make_shared<FFmpegContent>(doc, boost::none, film->state_version(), notes);
+ auto content = std::make_shared<FFmpegContent>(doc, boost::none, 38, notes);
film->set_sequence (false);
film->add_content (content);
@@ -574,7 +574,7 @@ BOOST_AUTO_TEST_CASE (player_time_calculation_test3)
doc->read_string (xml);
list<string> notes;
- auto content = std::make_shared<FFmpegContent>(doc, boost::none, film->state_version(), notes);
+ auto content = std::make_shared<FFmpegContent>(doc, boost::none, 38, notes);
auto stream = content->audio->streams().front();
film->set_sequence (false);
film->add_content (content);