| commit | 21c0bd90cd65b02aec5d283c23aa3a26b5851d2a | [log] [tgz] |
|---|---|---|
| author | Sida Zhu <zhusida@bytedance.com> | Fri Feb 23 08:07:19 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 23 08:07:19 2024 |
| tree | a17b33ca83873f0fc406394291193ca731f4d0bb | |
| parent | b468c7fe0e272476f5a28c4142dbccdb351ecc39 [diff] |
Audio: Demux correct channel layout for AC3/E-AC3 We should not just guess a channel layout based on channel count, instead we should parse a correct channel layout based on `acmod` and `chan_loc`. Bug: 40263241 Bug: 40884617 Change-Id: Id28b78662cb97acf4d61ecf55b1fdbc78083dd65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5311687 Reviewed-by: Colin Blundell <blundell@chromium.org> Reviewed-by: Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1264441}
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.