define.h
Upload User: lctgjx
Upload Date: 2022-06-04
Package Size: 8887k
Code Size: 0k
Category:

Streaming_Mpeg4

Development Platform:

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