0

Roll WebRTC from 7589689774d2 to 04d97b6c5231 (2 revisions)

https://webrtc.googlesource.com/src.git/+log/7589689774d2..04d97b6c5231

2024-11-07 jleconte@webrtc.org Fix "arithmetic on a pointer to void" warning.
2024-11-07 jianlin.qiu@intel.com Add H.265 to codecs that supports temporal scalability.

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/webrtc-chromium-autoroll
Please CC webrtc-chromium-sheriffs-robots@google.com,webrtc-infra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in WebRTC: https://bugs.chromium.org/p/webrtc/issues/entry
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: chromium:41480904
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: Ib5d2e24df05961904622f2fc715c459ceef495b3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6003091
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1379773}
This commit is contained in:
chromium-autoroll
2024-11-07 17:27:46 +00:00
committed by Chromium LUCI CQ
parent 6e7ede3d93
commit d03e589812
2 changed files with 2 additions and 2 deletions
DEPS
third_party

2
DEPS

@ -2607,7 +2607,7 @@ deps = {
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'b9f32fd2943dd2b3d0033bf938c9d843f4b5c9a9',
'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '7589689774d232e0de6bf2d9eeccde66a8780b9f',
Var('webrtc_git') + '/src.git' + '@' + '04d97b6c52313376182232c238ad773dc93605ae',
# Wuffs' canonical repository is at github.com/google/wuffs, but we use
# Skia's mirror of Wuffs, the same as in upstream Skia's DEPS file.