commit | 3d5c875ee485c149949418a70e06be30a3a09103 | [log] [tgz] |
---|---|---|
author | Roy Funderburk <roy.funderburk@xperi.com> | Fri Mar 08 19:12:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 08 19:12:24 2024 |
tree | a382758cdaf399b5d8c81d307c70b2b08df0a6f5 | |
parent | b4f901d7c6a8ed681ea8c6f85a6dc658139992eb [diff] |
DTS:X Profile 2 frames are not marked as dependent on other frames thus leading to seek playback issues. DTS:X Profile 2 audio has sync and non-sync frames. If the codec is not marked as dependent on other frames all samples will be marked as keyframes, and that would produce problems when seeking. Bug: 1270685 Change-Id: I31eb0bdde93505634b78959f54d463d42317503c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5329046 Commit-Queue: Ted (Chromium) Meyer <tmathmeyer@chromium.org> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Ted (Chromium) Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1270324}
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.