--- trunk/xvidcore/examples/ex1/ex1.c 2002/05/24 00:25:00 182 +++ trunk/xvidcore/examples/ex1/ex1.c 2002/05/27 01:10:37 183 @@ -2,12 +2,14 @@ * This file is a example for how to use the xvid core to compress YUV file * * +* 0.01a 27.05.2002 chenm001 +* fix a little bug for BFRAMES define locate * 0.01 23.05.2002 chenm001 * the BFRAME option must be match to core compile option *******************************************************************************/ -#include "ex1.h" #define BFRAMES +#include "ex1.h" int Encode(char *, int, int, char *); int Decode(char *, int, int, char *);