commit | 5a7df499f750d66314154427de4a26a126a68751 | [log] [tgz] |
---|---|---|
author | Steve Cho <stevecho@google.com> | Thu Jul 14 23:56:20 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 14 23:56:20 2022 |
tree | 663b3b9e5fb588b58a7af19d12e5d78b89ff0370 | |
parent | 1fd93459f17e406e873b44f85389d613a75d2aca [diff] |
media/gpu/v4l2: fix ref frame info update issue for av1 decode This CL fixes an issue in RefreshReferenceSlots() so that UpdateReferenceFrames() is called consistently after each frame decoding. This caused libgav1 to crash at 2nd frame decoding before as valid reference frame related info was missing. Bug: b:238949571 TEST: v4l2_stateless_decoder --video=00000527_20210205.ivf --frames=2 --v=4 using updated ec, kernel Change-Id: Ie13a94ec98241c3312afb78e1030585bd2436b70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3761915 Commit-Queue: Steve Cho <stevecho@chromium.org> Reviewed-by: Nathan Hebert <nhebert@chromium.org> Reviewed-by: Fritz Koenig <frkoenig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1024490}
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.