-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1934695 - Vendor libwebrtc from 463ce639a6
Upstream commit: https://webrtc.googlesource.com/src/+/463ce639a6175abb69dff6650e213cfd2ed89955 With stereo decoding and mono packets produce mono after CN/PLC The workaround in https://webrtc-review.googlesource.com/c/src/+/367740 is incomplete because it does not fix the issue for the first decoded mono packet after CN/PLC. This CL extends the workaround to such a case and adds a unit test for it. Note: it was verified that the 2nd packet after CN/PLC is trivial stereo. Credits: [email protected] for raising the concern (cherry picked from commit ebb11c4c87e4c0288d1ac18f38b4efa4254b3c6a) Bug: chromium:378896415 Change-Id: Ide27e411781693f14629cf9db8b6c0c0fc762a17 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/368160 Reviewed-by: Jakob Ivarsson <[email protected]> Commit-Queue: Alessio Bazzica <[email protected]> Cr-Original-Commit-Position: refs/heads/main@{#43393} Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/368560 Reviewed-by: Henrik Lundin <[email protected]> Cr-Commit-Position: refs/branch-heads/6834@{#1} Cr-Branched-From: a5d71009ac1dce7da23813dc9413c03073cfa8ca-refs/heads/main@{#43387}
- Loading branch information
1 parent
ae05481
commit 3caed04
Showing
7 changed files
with
95 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters