[roll] Roll fuchsia [codec][vaapi] Fixed VP9 decoder issue

The VP9 decoder was failing a unit test where the first frame of the
stream was not a intra frame and instead was an inter frame. The decoder
was trying to reference frames that did not exist. Now the decoder will
keep parsing stream data until it encounters an intra frame. Then inter
frames will now have valid references.

Original-Fixed: 98527

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/671892
Original-Revision: 8cf1d16b5841d1aa28ddfee02fee19c5780d9de1
GitOrigin-RevId: b08703587be36230e786ae3440b2b2b5392c4938
Change-Id: I0007acd4c3095e4f42147287a816fa16b5d21e85
1 file changed
tree: da13666096d30d0437676b09f7e1b11a6466dfcd
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.