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
This commit is contained in:
Hidetoshi Shimokawa 2007-06-17 10:20:55 +00:00
parent 2e447a2d92
commit 072d350754
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170878

View file

@ -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