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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (download) (annotate)
Fri Jul 12 00:46:26 2002 UTC (21 years, 9 months ago) by chenm001
Branch: MAIN
CVS Tags: branch-release-1-0, tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.1: +3 -1 lines
add the decode examples
#include <stdio.h>
#include <stdlib.h>

#include "xvid.h"
#include "bitstream.h"		// for BitstreamReadHeaders() to get video width & height

#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)
#define MAX_FRAME_SIZE			(65535)

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