commit | 450821498fd60937786ab4307e9e874f7efb5a84 | [log] [tgz] |
---|---|---|
author | John Rummell <jrummell@chromium.org> | Wed May 26 19:49:38 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 26 19:49:38 2021 |
tree | 09e0edc9e7120a1e13e9dfb990bdce817e8f37b0 | |
parent | 427728383657e6ccb06dbfcce0c5118bb557c0af [diff] |
Update CdmCapability to include video profiles Updating |video_codecs| from vector<VideoCodec> to map<VideoCodec, vector<VideoCodecProfile>> so that different profiles of a codec can be specified if needed. For codecs that have multiple profiles defined, not specifying any profiles will assume that all profiles of the codec supported by the CDM are available. Bug: 796725 Test: Changed tests pass Change-Id: I343261a700c3264627593958c06918d594b4f8c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2908433 Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by: Xiaohan Wang <xhwang@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#886864}
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.