text_defs.h
资源名称:VC++视频传输.rar [点击查看]
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:0k
源码类别:
VC书籍
开发平台:
Visual C++
- #ifndef _TEXT_DEFS_H_
- #define _TEXT_DEFS_H_
- #include "mom_structs.h"
- #include <stdio.h>
- #include <limits.h>
- #include "vm_enc_defs.h"
- #define ESCAPE 7167
- #define PCT_INTER 1
- #define PCT_INTRA 0
- #define PCT_SPRITE 2
- #define ON 1
- #define OFF 0
- #endif