TVG.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
源码类别:

DVD

开发平台:

Others

  1. // Global TVG Functions used by the main program...
  2. #include "Config.h" // Global Configuration - do not remove!
  3. #ifndef TVGTYPEDEFS
  4. #define TVGTYPEDEFS
  5. //**********************************************************************
  6. //****                         typedefs
  7. //**********************************************************************
  8. typedef unsigned char uchar;
  9. typedef unsigned short ushort;
  10. typedef unsigned int uint;
  11. typedef unsigned long ulong;
  12. #endif
  13. void tvg_init( uchar cmd );
  14. void tvg_process( uchar *ccdata, uchar *ccdata_out, uchar field );