forked from marfrit/libva-v4l2-request-fourier
picture: fix typo in controls type
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@ VAStatus sunxi_cedrus_EndPicture(VADriverContextP ctx, VAContextID context)
|
||||
memset(plane, 0, sizeof(struct v4l2_plane));
|
||||
memset(planes, 0, 2 * sizeof(struct v4l2_plane));
|
||||
memset(&ctrl, 0, sizeof(struct v4l2_ext_control));
|
||||
memset(&ctrls, 0, sizeof(struct v4l2_ext_control));
|
||||
memset(&ctrls, 0, sizeof(struct v4l2_ext_controls));
|
||||
|
||||
memset(&(out_buf), 0, sizeof(out_buf));
|
||||
out_buf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
|
||||
|
||||
Reference in New Issue
Block a user