commit | 5efbc65faeda3577d58c820557a0a57d2994b01b | [log] [tgz] |
---|---|---|
author | Helen Fornazier <helen.koike@collabora.com> | Wed Mar 06 17:42:39 2019 -0500 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Tue Mar 19 15:28:26 2019 -0400 |
tree | 239a5a6033905bf4e4a3b1ae6e955042a7cd1c64 | |
parent | 2978a505aaa981b279ef359f74ba93d25098e0a0 [diff] |
media: vimc: cap: fix step width/height in enum framesize The type V4L2_FRMSIZE_TYPE_CONTINUOUS expects a step of 1. This fixes v4l2-compliance test error: fail: v4l2-test-formats.cpp(184): invalid step_width/height for continuous framesize test VIDIOC_ENUM_FMT/FRAMESIZES/FRAMEINTERVALS: FAIL Signed-off-by: Helen Koike <helen.koike@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>