Remove old checksums for older version of opus.

Bug: None
Change-Id: I3f00f1b05f1fd7578536558869cedc39f630026c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/277040
Commit-Queue: Felicia Lim <flim@webrtc.org>
Reviewed-by: Jakob Ivarsson‎ <jakobi@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38225}
This commit is contained in:
Felicia Lim
2022-09-27 09:55:26 -07:00
committed by WebRTC LUCI CQ
parent 1262eb5ebc
commit 23b85d7381
2 changed files with 4 additions and 8 deletions

View File

@ -1250,13 +1250,11 @@ TEST_F(AcmSenderBitExactnessNewApi, OpusFromFormat_stereo_20ms_voip) {
AudioEncoderOpus::MakeAudioEncoder(*config, 120), 120));
const std::string audio_maybe_sse =
"1010e60ad34cee73c939edaf563d0593"
"|c05b4523d4c3fad2bab96d2a56baa2d0"
"|ca54661b220cc35239c6864ab858d29a";
"|c05b4523d4c3fad2bab96d2a56baa2d0";
const std::string payload_maybe_sse =
"ea48d94e43217793af9b7e15ece94e54"
"|bd93c492087093daf662cdd968f6cdda"
"|eb0752ce1b6f2436fefc2e19bd084fb5";
"|bd93c492087093daf662cdd968f6cdda";
Run(audio_maybe_sse, payload_maybe_sse, /*expected_packets=*/50,
/*expected_channels=*/test::AcmReceiveTestOldApi::kStereoOutput);