Parent Directory
|
Revision Log
Revision 182 - (view) (download)
1 : | chenm001 | 182 | #include <stdio.h> |
2 : | #include <stdlib.h> | ||
3 : | //#include < | ||
4 : | #include "xvid.h" | ||
5 : | |||
6 : | #define ERR_OK (0) | ||
7 : | #define ERR_NO_OPT (1) | ||
8 : | #define ERR_OPT_NOT_SUPPORT (2) | ||
9 : | #define ERR_FILE (3) | ||
10 : | #define ERR_VERSION (4) | ||
11 : | #define ERR_MEMORY (5) | ||
12 : | |||
13 : | |||
14 : | #define BUF_LEN (352*288*3) |
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |