Roll chromium_revision a8e5140..c6076f2 (372922:372974) incl. update to Opus v.1.1.2
Includes updates to tests for Opus v.1.1.2, reveiwed in https://codereview.webrtc.org/1629413002/ Change log:a8e5140..c6076f2Full diff:a8e5140..c6076f2Changed dependencies: * src/third_party/catapult:471db30..d4d48e6* src/third_party/opus/src:cae6961..655cc54DEPS diff:a8e5140..c6076f2/DEPS No update to Clang. BUG=chromium:580524 TBR= Review URL: https://codereview.webrtc.org/1657343002 Cr-Commit-Position: refs/heads/master@{#11464}
This commit is contained in:
@ -568,8 +568,12 @@ TEST_F(NetEqDecodingTest, MAYBE_TestOpusBitExactness) {
|
||||
const std::string input_rtp_file =
|
||||
webrtc::test::ResourcePath("audio_coding/neteq_opus", "rtp");
|
||||
const std::string input_ref_file =
|
||||
// The pcm files were generated by using Opus v1.1.2 to decode the RTC
|
||||
// file generated by Opus v1.1
|
||||
webrtc::test::ResourcePath("audio_coding/neteq4_opus_ref", "pcm");
|
||||
const std::string network_stat_ref_file =
|
||||
// The network stats file was generated when using Opus v1.1.2 to decode
|
||||
// the RTC file generated by Opus v1.1
|
||||
webrtc::test::ResourcePath("audio_coding/neteq4_opus_network_stats",
|
||||
"dat");
|
||||
const std::string rtcp_stat_ref_file =
|
||||
|
||||
Reference in New Issue
Block a user