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:
Dennis Kempin 2021-12-21 09:02:53 -08:00 committed by Commit Bot
parent 8d8a136eaa
commit 2574507dcb

View file

@ -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 {