Commit 0cf7ca04 authored by Byron Campen's avatar Byron Campen
Browse files

Bug 1822194 - Vendor libwebrtc from 0c56aef5d5

Upstream commit: https://webrtc.googlesource.com/src/+/0c56aef5d5b1fc0d1a59ac51d80aedbf5aabced0
    Remove iSAC from NetEQ tests

    Bug: webrtc:14450, chromium:1387892
    Change-Id: I44e1ff1a5dd717072a0e8f6afa6e53e96920ea2a
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/284460


    Reviewed-by: default avatarIvo Creusen <ivoc@webrtc.org>
    Commit-Queue: Alessio Bazzica <alessiob@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#38708}
parent a8eba3b4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19725,3 +19725,6 @@ a3a3b6d798
# MOZ_LIBWEBRTC_SRC=/home/bcampen/checkouts/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh
# base of lastest vendoring
c6ae33fb07
# MOZ_LIBWEBRTC_SRC=/home/bcampen/checkouts/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh
# base of lastest vendoring
0c56aef5d5
+2 −0
Original line number Diff line number Diff line
@@ -13172,3 +13172,5 @@ libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches o
libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches on 2023-03-31T23:38:03.896437.
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/bcampen/checkouts/moz-libwebrtc --commit mozpatches libwebrtc
libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches on 2023-03-31T23:39:24.281378.
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/bcampen/checkouts/moz-libwebrtc --commit mozpatches libwebrtc
libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches on 2023-03-31T23:40:44.136491.
+0 −4
Original line number Diff line number Diff line
@@ -311,10 +311,6 @@ NetEqTest::DecoderMap NetEqTest::StandardDecoderMap() {
    {8, SdpAudioFormat("pcma", 8000, 1)},
#ifdef WEBRTC_CODEC_ILBC
    {102, SdpAudioFormat("ilbc", 8000, 1)},
#endif
    {103, SdpAudioFormat("isac", 16000, 1)},
#if !defined(WEBRTC_ANDROID)
    {104, SdpAudioFormat("isac", 32000, 1)},
#endif
#ifdef WEBRTC_CODEC_OPUS
    {111, SdpAudioFormat("opus", 48000, 2)},