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:
simokawa 2007-06-17 10:20:55 +00:00
parent 320b30047e
commit e572059c28

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