mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 10:56:40 +00:00
V4L/DVB (10733): zoran: increase bufsize to a value suitable for 768x576.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
27f7952573
commit
e686e73ca7
@ -107,7 +107,7 @@ module_param_array(video_nr, int, NULL, 0444);
|
||||
MODULE_PARM_DESC(video_nr, "Video device number (-1=Auto)");
|
||||
|
||||
int v4l_nbufs = 4;
|
||||
int v4l_bufsize = 810; /* Everybody should be able to work with this setting */
|
||||
int v4l_bufsize = 864; /* Everybody should be able to work with this setting */
|
||||
module_param(v4l_nbufs, int, 0644);
|
||||
MODULE_PARM_DESC(v4l_nbufs, "Maximum number of V4L buffers to use");
|
||||
module_param(v4l_bufsize, int, 0644);
|
||||
|
Loading…
Reference in New Issue
Block a user