diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-01 19:32:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-01 19:32:15 +0200 |
| commit | 1516214cdc7970797b79bca06b46a2eed16a1da3 (patch) | |
| tree | 4d9d474fd498cf44c666219af240740527022ffc /test | |
| parent | 8963f0007af1a312017b9627c18b82ec2a577591 (diff) | |
| parent | 6f792158e88d9426a0eafc7f1724a33ddbd453e5 (diff) | |
Build with FFmpeg 4.4 and switch to the new send/receive APIs.
Diffstat (limited to 'test')
| -rw-r--r-- | test/ffmpeg_examiner_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ffmpeg_examiner_test.cc b/test/ffmpeg_examiner_test.cc index 73e73cbad..655fd1437 100644 --- a/test/ffmpeg_examiner_test.cc +++ b/test/ffmpeg_examiner_test.cc @@ -65,5 +65,5 @@ BOOST_AUTO_TEST_CASE (ffmpeg_examiner_probesize_test) BOOST_CHECK_EQUAL (examiner->audio_streams()[0]->frame_rate(), 48000); BOOST_CHECK_EQUAL (examiner->audio_streams()[0]->channels(), 2); BOOST_CHECK_EQUAL (examiner->audio_streams()[1]->frame_rate(), 48000); - BOOST_CHECK_EQUAL (examiner->audio_streams()[1]->channels(), 6); + BOOST_CHECK_EQUAL (examiner->audio_streams()[1]->channels(), 5); } |
