aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@chromium.org>2023-04-28 11:24:39 +0900
committercrosvm LUCI <crosvm-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-05-17 00:52:34 +0000
commit9ae485d979e8c6c4bed2a82a064ffee42118c74d (patch)
treed7ed254d962106873a1f00b7a7d8be008e23b4cb /Cargo.toml
parent98836025c2617e750137ec958f53ff7ad828021b (diff)
downloadcrosvm-9ae485d979e8c6c4bed2a82a064ffee42118c74d.tar.gz
video: decoder: vaapi: switch to external cros-codecs
Use the version of cros-codecs publishes on crates.io and adapt the code to be able to use it. This results in a few simplifications as e.g. frame ordering is guaranteed by cros-codecs and we don't need to handle it anymore. BUG=b:262824148 TEST=ffmpeg -codec:v vp9_v4l2m2m -i Big_Buck_Bunny_720_10s_1MB.webm Big_Buck_Bunny-%03d.png TEST=cargo test --features "video-decoder,vaapi,ffmpeg" -p devices -- --include-ignored test_decode_h264 Change-Id: Ib694afe8206a4d85b307efaaf3f6669dfe4e18bb Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4518093 Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Alexandre Courbot <acourbot@chromium.org>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9ac3e5fe3..0c54e8ed7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,9 +67,7 @@ members = [
"kvm",
"libcras_stub",
"linux_input_sys",
- "media/cros-codecs",
"media/ffmpeg",
- "media/libva",
"media/libvda",
"metrics",
"net_sys",