MFC: rev 1.7

Increase buffer size of DV stream to prevent buffer overrun.
This commit is contained in:
simokawa 2007-06-20 03:24:38 +00:00
parent c018ff252b
commit 52fc334d33

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