define.h
上传用户:lctgjx
上传日期:2022-06-04
资源大小:8887k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. #ifndef DEFINE_H
  2. #define DEFINE_H
  3. #define ENABLE_GRAY 0
  4. #define INT_MAX (1<<30)
  5. #define INT64_MAX (1<<30)
  6. #define INT_MIN (-1<<30)
  7. #define ENABLE_THREADS 0
  8. #define restrict 
  9. #define ENABLE_SMALL 0
  10. #define INT64_C __int64
  11. #define snprintf sprintf
  12. enum
  13. {
  14.  ENOMEM = 0,
  15. EINVAL   = 1,
  16. START_ENCODE  = 2,
  17.     IN_ENCODE     = 3,
  18. END_ENCODE    = 4
  19. };
  20. #define ENABLE_H264_DECODER 1
  21. #endif