X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Fframe_rate_test.cc;h=8b04d3763bb83dab152be8a97da7eeb70410db8b;hp=00700656eeba77fc5b9c2833eef61fa83893217e;hb=996b0c06e23bcb6b300d7b8799df94993692e07d;hpb=907735ee6ca162583c7c9d20f5603a6db83a149f diff --git a/test/frame_rate_test.cc b/test/frame_rate_test.cc index 00700656e..8b04d3763 100644 --- a/test/frame_rate_test.cc +++ b/test/frame_rate_test.cc @@ -20,6 +20,7 @@ /* Test best_dcp_frame_rate and FrameRateConversion */ BOOST_AUTO_TEST_CASE (best_dcp_frame_rate_test) { +#if 0 /* Run some tests with a limited range of allowed rates */ std::list afr; @@ -207,5 +208,6 @@ BOOST_AUTO_TEST_CASE (audio_sampling_rate_test) the 14.99 fps video to 30 and then run it slow at 25. */ BOOST_CHECK_EQUAL (f->target_audio_sample_rate(), rint (48000 * 2 * 14.99 / 25)); +#endif }