mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-12 13:25:40 +00:00
Move `max_dpb_frames` from Decoder to Sps, where it can be more useful. This requires moving the Profile and Level enums to the parser module, which is also a better place for them since they are part of the Sps. This allows us to validate the Level during parsing and not every time it is queried. Profile unfortunately is more tricky so let's leave it untouched for now. BUG=b:214478588 TEST=cargo test --features vaapi -p cros-codecs Change-Id: I9ca908ef1f646c26e312449c76c2062ecb45af20 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4123658 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> |
||
---|---|---|
.. | ||
cros-codecs | ||
ffmpeg | ||
libva | ||
libvda |