Fix test after change to never make 96kHz DCPs.
authorCarl Hetherington <cth@carlh.net>
Thu, 27 Dec 2018 00:49:10 +0000 (00:49 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 27 Dec 2018 00:49:10 +0000 (00:49 +0000)
test/frame_rate_test.cc

index 4192ce5e2d3da0ce88207d659c5483f346b04ac4..af04e1a093ccf4d6bafa8f1bf956c7e01c15c17a 100644 (file)
@@ -275,7 +275,7 @@ BOOST_AUTO_TEST_CASE (audio_sampling_rate_test)
        BOOST_CHECK_EQUAL (content->audio->resampled_frame_rate(film), 48000);
 
        stream->_frame_rate = 80000;
-       BOOST_CHECK_EQUAL (content->audio->resampled_frame_rate(film), 96000);
+       BOOST_CHECK_EQUAL (content->audio->resampled_frame_rate(film), 48000);
 
        content->_video_frame_rate = 23.976;
        film->set_video_frame_rate (24);