commit | 9778a0ae2d01f6b8fb67b04ae342eba9f256f60d | [log] [tgz] |
---|---|---|
author | Joe Downing <joedow@google.com> | Wed Aug 10 19:02:00 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 10 19:02:00 2022 |
tree | 9702c9f9f22820c90af03e9cc35361e2bf052cb4 | |
parent | bbbfae33578b285fe1a0340e6178fdb36159fe20 [diff] |
Move ActiveMap impl out of WebrtcVideoEncoderVpx This CL just moves the active map impl out of the VPX encoder so that it can be shared with other SW encoders such as AV1. Please note that I did not update the VideoEncoderVpx class to use the shared active map impl as that encoder is used for the legacy mobile clients and I didn't want to risk introducing a regression to a class which will be deleted soon. Bug: b:217468304 Change-Id: Iecf26e4fe608eb32fb762da8656c1be1f5707c1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3821230 Reviewed-by: Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/main@{#1033626}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.