The patch number 10733 was added via Hans Verkuil <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <[email protected]>

------

From: Hans Verkuil  <[email protected]>
zoran: increase bufsize to a value suitable for 768x576.


Priority: normal

Signed-off-by: Hans Verkuil <[email protected]>


---

 linux/drivers/media/video/zoran/zoran_card.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 2a44afe23787 -r dc38778b1925 
linux/drivers/media/video/zoran/zoran_card.c
--- a/linux/drivers/media/video/zoran/zoran_card.c      Fri Feb 20 11:34:28 
2009 +0100
+++ b/linux/drivers/media/video/zoran/zoran_card.c      Fri Feb 20 19:06:59 
2009 +0100
@@ -108,7 +108,7 @@ MODULE_PARM_DESC(video_nr, "Video device
 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);


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/dc38778b19252e65a1095ef828368bdd6a294bed

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to