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

Diff of /trunk/xvidcore/examples/ex1/ex1.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 182, Fri May 24 00:25:00 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)

Legend:
Removed from v.182  
changed lines
  Added in v.293

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