[roll] Roll fuchsia [media] update ffmpeg usage

This CL updates the use of libffmpeg so the tree will build will a
relatively current version of ffmpeg. This involves no longer
referencing fields that are removed in current ffmpeg and adding a
couple of #include lines. None of this changes how the code works
in production. The references to removed fields occurred only in
formatting code used mostly during development.

These changes were originally part of fxr/600022.

Test: no behavior change
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/719702
Original-Revision: b4dcd3dbaa2d405c0b9397682d0997e118a95a5f
GitOrigin-RevId: 463bb230ecc8a7011d1ede42c6395ae9c42fadf0
Change-Id: I8e6dc8f46b47e8c66352e21198e9eb700cfe778b
1 file changed
tree: 0c3075bb6a0dd3943061d766a15c8beac31e937f
  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.