Skip to content
Snippets Groups Projects
Commit 9ee708ed authored by Hirokazu Honda's avatar Hirokazu Honda Committed by Commit Bot
Browse files

v4lplugins: Call QUERYCTRL in ioctl_queryctrl_locked

This fixes the typo in crrev.com/c/1958319.

BUG=b:145095115, b:146306214, chromium:1029396
TEST=VEA test on kevin

Change-Id: I648bb98bc73563a8fb9221456115a7452921f2fa
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/libv4lplugins/+/1969180


Reviewed-by: default avatarAlexandre Courbot <acourbot@chromium.org>
Tested-by: default avatarAlexandre Courbot <acourbot@chromium.org>
Commit-Queue: Alexandre Courbot <acourbot@chromium.org>
Auto-Submit: Hirokazu Honda <hiroh@chromium.org>
parent 15fc3fee
No related branches found
No related tags found
No related merge requests found
...@@ -679,7 +679,7 @@ static int ioctl_queryctrl_locked(struct encoder_context *ctx, int fd, ...@@ -679,7 +679,7 @@ static int ioctl_queryctrl_locked(struct encoder_context *ctx, int fd,
argp->step = 1; argp->step = 1;
return 0; return 0;
} }
return SYS_IOCTL(fd, VIDIOC_QUERYMENU, argp); return SYS_IOCTL(fd, VIDIOC_QUERYCTRL, argp);
} }
bool is_rockchip_encoder(int fd) { bool is_rockchip_encoder(int fd) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment