[roll] Roll fuchsia [amlogic_decoder] Fix re-use of reference_mv_buffers_[i]

InternalBuffer doesn't support moving in after moving out, so use
std::optional<InternalBuffer> to allow destruct/construct instead of
re-use.

BUG: fxbug.dev/112086
BUG: b/251224815
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/741390
Original-Revision: 4e8ac4d9470961cc90b704db01f3ea06d5b0c30c
GitOrigin-RevId: aa50715f2b59d9a7d0380da585be51495526f36e
Change-Id: Iaedc4ee1fc79c3f9314efcaed658f8b6f6b9397f
1 file changed
tree: a46d371a1b925f07f5318d5c181442480c8e4841
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.