mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-08 19:33:07 +00:00
1c962fc899
The Picture structs defined for each codec are essentially identical, with only the H.264 one having its codec-specific data inlined into the struct instead of being part of another one. Move the H.264 data in order to make the 3 structures similar. This will allow us to merge them into one common struct in the next CL. BUG=b:214478588 TEST=cargo test --features vaapi -p cros-codecs TEST=`cros-codecs --include-ignored` passes on hatch. Change-Id: I3282fde1dbbc2ad303f2691e00c46aa8b6c0de41 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3998372 Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Daniel Almeida <daniel.almeida@collabora.corp-partner.google.com> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |