Commit e686e73ca7e6b157c8a4877c5dc9655b20c4967a

Authored by Hans Verkuil
Committed by Mauro Carvalho Chehab
1 parent 27f7952573

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/media/video/zoran/zoran_card.c
... ... @@ -107,7 +107,7 @@
107 107 MODULE_PARM_DESC(video_nr, "Video device number (-1=Auto)");
108 108  
109 109 int v4l_nbufs = 4;
110   -int v4l_bufsize = 810; /* Everybody should be able to work with this setting */
  110 +int v4l_bufsize = 864; /* Everybody should be able to work with this setting */
111 111 module_param(v4l_nbufs, int, 0644);
112 112 MODULE_PARM_DESC(v4l_nbufs, "Maximum number of V4L buffers to use");
113 113 module_param(v4l_bufsize, int, 0644);