Parent Directory | Revision Log | Patch
revision 292, Fri Jul 12 00:45:48 2002 UTC | revision 293, Fri Jul 12 00:46:26 2002 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #include <stdio.h> | #include <stdio.h> |
2 | #include <stdlib.h> | #include <stdlib.h> |
3 | //#include < | |
4 | #include "xvid.h" | #include "xvid.h" |
5 | #include "bitstream.h" // for BitstreamReadHeaders() to get video width & height | |
6 | ||
7 | #define ERR_OK (0) | #define ERR_OK (0) |
8 | #define ERR_NO_OPT (1) | #define ERR_NO_OPT (1) |
# | Line 12 | Line 13 |
13 | ||
14 | ||
15 | #define BUF_LEN (352*288*3) | #define BUF_LEN (352*288*3) |
16 | #define MAX_FRAME_SIZE (65535) |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |