mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
libvda: Fix-forward typo in https://crrev.com/c/3340692
The commit broke the chromeos build. The fix forward is easy, it's just a typo and a reminder we really need to get libvda code compiling in Kokoro. BUG=b:210749428 TEST=emerge-amd64-generic crosvm Change-Id: I47e0c0b8f843e8b66c00513221b58c6197fe644b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3352172 Reviewed-by: Dmitry Torokhov <dtor@chromium.org> Commit-Queue: Dennis Kempin <denniskempin@google.com> Tested-by: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
parent
8d8a136eaa
commit
2574507dcb
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ impl<'a, D: DecoderBackend> Decoder<D> {
|
|||
stream_id: StreamId,
|
||||
queue_type: QueueType,
|
||||
params: Params,
|
||||
_is_ext: bool,
|
||||
is_ext: bool,
|
||||
) -> VideoResult<VideoCmdResponseType> {
|
||||
let ctx = self.contexts.get_mut(&stream_id)?;
|
||||
match queue_type {
|
||||
|
|
Loading…
Reference in a new issue