From e572059c28fbf3c9d381a796b76c08ef6c01437a Mon Sep 17 00:00:00 2001 From: simokawa Date: Sun, 17 Jun 2007 10:20:55 +0000 Subject: 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(-) (limited to 'usr.sbin/fwcontrol/fwdv.c') diff --git a/usr.sbin/fwcontrol/fwdv.c b/usr.sbin/fwcontrol/fwdv.c index bb5ae56..7b749e6 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 -- cgit v1.1