commit | c19b4709cf2788af39577fee2d294150e759ad27 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wenst@chromium.org> | Tue Oct 11 07:27:26 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 11 07:27:26 2022 |
tree | a668f1038fbae2d55f59f0192c2dc59cc46b0b5d | |
parent | a6e5a12499f8a0c13a9dd057dde40592952f7427 [diff] |
media/gpu/v4l2/test: Drop inclusion of av1-ctrls.h from av1_decoder.h av1_decoder.h only includes a minor reference to av1-ctrls.h. This can be replaced with a type forward declaration. This avoids pulling in the full header file. This was marked as a TODO item. Bug: b:234019411 Test: Build v4l2_stateless_decoder for Cherry Change-Id: If419cae1b4272b1d88951d03713dfd236ba33971 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3861808 Reviewed-by: Steve Cho <stevecho@chromium.org> Commit-Queue: Chen-Yu Tsai <wenst@chromium.org> Cr-Commit-Position: refs/heads/main@{#1057341}
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.