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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 182 - (download) (annotate)
Fri May 24 00:25:00 2002 UTC (21 years, 10 months ago) by chenm001
File size: 264 byte(s)
example for use xvidcore to compress iamge
#include <stdio.h>
#include <stdlib.h>
//#include <
#include "xvid.h"

#define	ERR_OK					(0)
#define ERR_NO_OPT				(1)
#define ERR_OPT_NOT_SUPPORT		(2)
#define ERR_FILE				(3)
#define ERR_VERSION				(4)
#define ERR_MEMORY				(5)


#define BUF_LEN					(352*288*3)

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