Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137973
b: refs/heads/master
c: 497d7d0
h: refs/heads/master
i:
  137971: 7f5f8e9
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 56a366c commit cefd575
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 602dd48a35e8697be441d1749103187e6b5a922a
refs/heads/master: 497d7d0b92b1eccbd76bbe054d791e471d29b599
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/zoran/zoran_card.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ MODULE_PARM_DESC(video_nr, "Video device number (-1=Auto)");
*/

int v4l_nbufs = 2;
int v4l_bufsize = 128; /* Everybody should be able to work with this setting */
int v4l_nbufs = 4;
int v4l_bufsize = 810; /* 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);
Expand Down

0 comments on commit cefd575

Please sign in to comment.