mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 13:23:08 +00:00
aa4c70e3da
Update the ffmpeg bindings and build script to use 5.0 and update our code to match the API changes since 4.4. BUG=None TEST=cargo test -p ffmpeg TEST=cargo test --features "video-decoder,ffmpeg" -p devices video TEST=v4l2r example from the crosvm book passses. Change-Id: If7820a4dd270d715e89c60d55f89b9730f40e864 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3835501 Reviewed-by: Tatsuyuki Ishi <ishitatsuyuki@google.com> Tested-by: Alexandre Courbot <acourbot@chromium.org> Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by: Takaya Saeki <takayas@chromium.org> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org>
4 lines
115 B
Text
4 lines
115 B
Text
# These version numbers are updated by the bindgen.sh script
|
|
avcodec: 59.18.100
|
|
avutil: 57.17.100
|
|
swscale: 6.4.100
|