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

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

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

revision 182, Fri May 24 00:25:00 2002 UTC revision 183, Mon May 27 01:10:37 2002 UTC
# Line 2  Line 2 
2  * This file is a example for how to use the xvid core to compress YUV file  * This file is a example for how to use the xvid core to compress YUV file
3  *  *
4  *  *
5    * 0.01a   27.05.2002    chenm001<chenm001@163.com>
6    *                       fix a little bug for BFRAMES define locate
7  * 0.01    23.05.2002    chenm001<chenm001@163.com>  * 0.01    23.05.2002    chenm001<chenm001@163.com>
8  *                       the BFRAME option must be match to core compile option  *                       the BFRAME option must be match to core compile option
9  *******************************************************************************/  *******************************************************************************/
10    
 #include "ex1.h"  
11  #define BFRAMES  #define BFRAMES
12    #include "ex1.h"
13    
14  int Encode(char *, int, int, char *);  int Encode(char *, int, int, char *);
15  int Decode(char *, int, int, char *);  int Decode(char *, int, int, char *);

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

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