commit | b305a52c0d008301388a78f66408591bfc9f3b43 | [log] [tgz] |
---|---|---|
author | Fritz Koenig <frkoenig@chromium.org> | Wed Feb 21 18:33:31 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 21 18:33:31 2024 |
tree | 1c01c45b568d1f5c6d7fa4ee6367d47f640ff612 | |
parent | 84ad7511d7bb27b43e2cdd0081b05931a1cbe0eb [diff] |
media/v4l2: Remove kV4L2FlatStateLessVideoDecoder flag kV4L2FlatStateLessVideoDecoder was only ever used for local testing. Stateful and stateless drivers are mutually exclusive. kV4L2FlatStateLessVideoDecoder is replaced with kV4L2FlatVideoDecoder which eventually will be the only option. Bug: b:324922019 Change-Id: I5898d7d73e6b478a89e77f0bf8ac7ffccbe67b68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5293720 Reviewed-by: Miguel Casas-Sanchez <mcasas@chromium.org> Reviewed-by: Dan Sanders <sandersd@chromium.org> Commit-Queue: Fritz Koenig <frkoenig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1263467}
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.