TVG.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
- // Global TVG Functions used by the main program...
- #include "Config.h" // Global Configuration - do not remove!
- #ifndef TVGTYPEDEFS
- #define TVGTYPEDEFS
- //**********************************************************************
- //**** typedefs
- //**********************************************************************
- typedef unsigned char uchar;
- typedef unsigned short ushort;
- typedef unsigned int uint;
- typedef unsigned long ulong;
- #endif
- void tvg_init( uchar cmd );
- void tvg_process( uchar *ccdata, uchar *ccdata_out, uchar field );