diff options
Diffstat (limited to 'test/pulldown_detect_test.cc')
| -rw-r--r-- | test/pulldown_detect_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pulldown_detect_test.cc b/test/pulldown_detect_test.cc index 432bdf26f..9830d12cd 100644 --- a/test/pulldown_detect_test.cc +++ b/test/pulldown_detect_test.cc @@ -29,7 +29,7 @@ BOOST_AUTO_TEST_CASE (pulldown_detect_test1) { auto content = content_factory(TestPaths::private_data() / "greatbrain.mkv"); - auto film = new_test_film2("pulldown_detect_test1", content); + auto film = new_test_film("pulldown_detect_test1", content); BOOST_REQUIRE(static_cast<bool>(content[0]->video_frame_rate())); BOOST_CHECK_CLOSE(content[0]->video_frame_rate().get(), 23.976, 0.1); |
