commit | cf1c3919b1fe52252afe080f00da4b4fe588e48c | [log] [tgz] |
---|---|---|
author | Will Cassella <cassew@chromium.org> | Thu Apr 28 20:55:58 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 28 20:55:58 2022 |
tree | c90cdd0e2f8af9366b8dbe9f272b4a100fac68d8 | |
parent | 6f659974f83d0b3d358f6f50ce83e2ff71130e29 [diff] |
HLS: Implement 'RESOLUTION' and 'FRAME-RATE' attributes This CL implements the 'RESOLUTION' and 'FRAME-RATE' attributes for the EXT-X-STREAM-INF tag. These describe properties of the video for each rendition of the variant stream this tag corresponds to. This CL also improves test coverage for this tag in multivariant playlists. Bug: 1266991 Change-Id: I2636bf3bb8065bbd5de31404bc38a1717fe68c26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3612128 Reviewed-by: Matthew Wolenetz <wolenetz@chromium.org> Commit-Queue: Will Cassella <cassew@chromium.org> Cr-Commit-Position: refs/heads/main@{#997401}
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.