[cvs] / xvidcore / examples / ex1 / ex1.h Repository:
ViewVC logotype

Annotation of /xvidcore/examples/ex1/ex1.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (view) (download)

1 : chenm001 1.1 #include <stdio.h>
2 :     #include <stdlib.h>
3 : chenm001 1.2
4 : chenm001 1.1 #include "xvid.h"
5 : chenm001 1.2 #include "bitstream.h" // for BitstreamReadHeaders() to get video width & height
6 : chenm001 1.1
7 :     #define ERR_OK (0)
8 :     #define ERR_NO_OPT (1)
9 :     #define ERR_OPT_NOT_SUPPORT (2)
10 :     #define ERR_FILE (3)
11 :     #define ERR_VERSION (4)
12 :     #define ERR_MEMORY (5)
13 :    
14 :    
15 :     #define BUF_LEN (352*288*3)
16 : chenm001 1.2 #define MAX_FRAME_SIZE (65535)

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4