facetimehd: set framesize type to stepwise

This commit is contained in:
Sven Schnelle
2015-11-28 23:02:23 +01:00
parent c0e9fbb6e6
commit 4758d7a848

View File

@@ -520,7 +520,7 @@ static int fthd_v4l2_ioctl_enum_framesizes(struct file *filp, void *priv,
if (sizes->index)
return -EINVAL;
sizes->type = V4L2_FRMSIZE_TYPE_CONTINUOUS;
sizes->type = V4L2_FRMSIZE_TYPE_STEPWISE;
sizes->stepwise.min_width = 320;
sizes->stepwise.max_width = 2560;
sizes->stepwise.min_height = 240;