[media] v4l2-ioctl: set readbuffers to 2 in g_parm

If g_parm is handled automatically, then set readbuffers to 2, which is the
minimum number of buffers videobuf uses.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Hans Verkuil 2012-05-25 11:51:31 -03:00 коммит произвёл Mauro Carvalho Chehab
Родитель 3e1141e2ce
Коммит 0c142c8699
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1680,6 +1680,7 @@ static long __video_do_ioctl(struct file *file,
break; break;
ret = 0; ret = 0;
p->parm.capture.readbuffers = 2;
if (ops->vidioc_g_std) if (ops->vidioc_g_std)
ret = ops->vidioc_g_std(file, fh, &std); ret = ops->vidioc_g_std(file, fh, &std);
if (ret == 0) if (ret == 0)