text_defs.h
上传用户:enenge
上传日期:2007-01-08
资源大小:96k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. #ifndef _TEXT_DEFS_H_
  2. #define _TEXT_DEFS_H_
  3. #include "mom_structs.h"
  4. #include <stdio.h>
  5. #include <limits.h>
  6. #include "vm_enc_defs.h"
  7. #define ESCAPE                          7167
  8. #define PCT_INTER                       1
  9. #define PCT_INTRA                       0
  10. #define PCT_SPRITE 2
  11. #define ON                              1
  12. #define OFF                             0
  13. #endif /* _TEXT_DEFS_H_ */