mp4_mblock.h
资源名称:VC++视频传输.rar [点击查看]
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:0k
源码类别:
VC书籍
开发平台:
Visual C++
- #ifndef _MP4_MBLOCK_H_
- #define _MP4_MBLOCK_H_
- /*** *** ***/
- typedef struct {
- int val, len;
- } VLCtabMb;
- /*** *** ***/
- static int DQtab[4] = {
- -1, -2, 1, 2
- };
- #endif // _MP4_MBLOCK_H_
- /*** *** ***/
- extern int macroblock();
- extern int block();
- extern int blockIntra();
- extern int blockInter();