diff options
Diffstat (limited to 'test/dcp_decoder_test.cc')
| -rw-r--r-- | test/dcp_decoder_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dcp_decoder_test.cc b/test/dcp_decoder_test.cc index cf9950aae..fa5e39323 100644 --- a/test/dcp_decoder_test.cc +++ b/test/dcp_decoder_test.cc @@ -89,7 +89,7 @@ BOOST_AUTO_TEST_CASE (check_reuse_old_data_test) BOOST_REQUIRE (decoder); auto reels = decoder->reels(); - ov_content->set_position (test, dcpomatic::DCPTime(96000)); + ov_content->set_position(test, dcpomatic::DCPTime(96000, 96000)); decoder = std::dynamic_pointer_cast<DCPDecoder>(player->_pieces.front()->decoder); BOOST_REQUIRE (decoder); BOOST_REQUIRE (reels == decoder->reels()); |
