TVGHI.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
- // Hi Level TVG Functions from file tvghi.c
- // These can change from platform to platform
- #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
- uchar tvg_process_gop( uchar *ccdata, uchar *ccdata_out, uchar index, uchar gop_length );