[roll] Roll fuchsia [mediaplayer] remove reference to buffer_internal.h

mediaplayer used to reference ffmpeg's buffer_internal.h in order to
access a field in an AVBuffer. This is a problem,
because buffer_internal.h reference <stdatomic>, which is not
compatible with our C++ toolchain going forward.

Fortunately, there is a public method to access the field in
question, so the reference to buffer_internal.h may be removed.

Test: no behavior change

Original-Fixed: 99837
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/677802
Original-Revision: 9899bf712512eea76205310388b13ed1f81f76bb
GitOrigin-RevId: c5dd01d5d062379c7a4aadb85de22835bffe6382
Change-Id: I49828c5accd2a5f02a08e5c43e23f8b35755d942
1 file changed
tree: 0dd2d47a97e31fc26f3ccf32c3f94ad0eb0027a9
  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.