summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/uvc/uvc_video.c
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2014-10-31 09:56:16 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-11-25 08:38:43 -0200
commitaa3d17df6470338223f7ae6893647453e8f8e98e (patch)
tree0fa8627bac3e6481b381c67e07c6f6206ff74f74 /drivers/media/usb/uvc/uvc_video.c
parentd5e90b7a6cd1ce9512f8a2c9b1be70155300d2da (diff)
downloadop-kernel-dev-aa3d17df6470338223f7ae6893647453e8f8e98e.zip
op-kernel-dev-aa3d17df6470338223f7ae6893647453e8f8e98e.tar.gz
[media] uvcvideo: Set buffer field to V4L2_FIELD_NONE
The driver doesn't support interlaced video, set field to V4L2_FIELD_NONE for all vb2 buffers. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/usb/uvc/uvc_video.c')
-rw-r--r--drivers/media/usb/uvc/uvc_video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/uvc/uvc_video.c b/drivers/media/usb/uvc/uvc_video.c
index df81b9c..b9c7dee 100644
--- a/drivers/media/usb/uvc/uvc_video.c
+++ b/drivers/media/usb/uvc/uvc_video.c
@@ -1021,6 +1021,7 @@ static int uvc_video_decode_start(struct uvc_streaming *stream,
uvc_video_get_ts(&ts);
+ buf->buf.v4l2_buf.field = V4L2_FIELD_NONE;
buf->buf.v4l2_buf.sequence = stream->sequence;
buf->buf.v4l2_buf.timestamp.tv_sec = ts.tv_sec;
buf->buf.v4l2_buf.timestamp.tv_usec =
OpenPOWER on IntegriCloud