From 072d35075481150d1d6887e4c891ea83049b7258 Mon Sep 17 00:00:00 2001 From: Hidetoshi Shimokawa Date: Sun, 17 Jun 2007 10:20:55 +0000 Subject: [PATCH] Increase buffer size of DV stream to prevent buffer overrun caused by long blocking of file I/O (i.e. zfs). MFC after: 3 days --- usr.sbin/fwcontrol/fwdv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/fwcontrol/fwdv.c b/usr.sbin/fwcontrol/fwdv.c index bb5ae5600ff4..7b749e61128e 100644 --- a/usr.sbin/fwcontrol/fwdv.c +++ b/usr.sbin/fwcontrol/fwdv.c @@ -81,7 +81,7 @@ int frame_rate[] = {30, 25}; #define PSIZE 512 #define DSIZE 480 -#define NCHUNK 8 +#define NCHUNK 64 #define NPACKET_R 256 #define NPACKET_T 255