X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fpulldown_detect_test.cc;h=047f84b6932d8c8686df86a646fdecf0ea729937;hb=b1e22dff981fb86ae04b12bb5a064e61030793a8;hp=e6adb288f8e8707e02353721fa459eb6f504e525;hpb=5d937606cf96d163be98920fa5619114a28eec9d;p=dcpomatic.git diff --git a/test/pulldown_detect_test.cc b/test/pulldown_detect_test.cc index e6adb288f..047f84b69 100644 --- a/test/pulldown_detect_test.cc +++ b/test/pulldown_detect_test.cc @@ -26,13 +26,13 @@ #include -using boost::shared_ptr; +using std::shared_ptr; BOOST_AUTO_TEST_CASE (pulldown_detect_test1) { shared_ptr film = new_test_film2 ("pulldown_detect_test1"); - shared_ptr content = content_factory(TestPaths::private_data() / "greatbrain.mkv").front(); + shared_ptr content = content_factory(TestPaths::private_data() / "greatbrain.mkv")[0]; film->examine_and_add_content (content); BOOST_REQUIRE (!wait_for_jobs()); BOOST_REQUIRE (static_cast(content->video_frame_rate()));