diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-27 00:49:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-27 00:49:10 +0000 |
| commit | 1a1e3588f32d5f55f7904f221fad57f542e8f0e4 (patch) | |
| tree | 16507eadb9d4791005fb108aa84fc7f87dcab437 | |
| parent | e6c52dcb012b441f2b0d3ba2345d91f2658644d2 (diff) | |
Fix test after change to never make 96kHz DCPs.
| -rw-r--r-- | test/frame_rate_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/frame_rate_test.cc b/test/frame_rate_test.cc index 4192ce5e2..af04e1a09 100644 --- a/test/frame_rate_test.cc +++ b/test/frame_rate_test.cc @@ -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); |
