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

DVD

开发平台:

Others

  1. // Hi Level TVG Functions from file tvghi.c
  2. // These can change from platform to platform
  3. #include "Config.h" // Global Configuration - do not remove!
  4. #ifndef TVGTYPEDEFS
  5. #define TVGTYPEDEFS
  6. //**********************************************************************
  7. //****                         typedefs
  8. //**********************************************************************
  9. typedef unsigned char uchar;
  10. typedef unsigned short ushort;
  11. typedef unsigned int uint;
  12. typedef unsigned long ulong;
  13. #endif
  14. uchar tvg_process_gop( uchar *ccdata, uchar *ccdata_out, uchar index, uchar gop_length );