001.h
来自「由bmp生成mpeg2 的I_frame 数据」· C头文件 代码 · 共 21 行
H
21 行
/*******************************************************************
0x00, 0x00, 0x01 related interface
*******************************************************************/
#ifndef ZERO_ZERO_ONE_H
#define ZERO_ZERO_ONE_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef ZERO_ZERO_ONE_C
extern unsigned char *find_next_001(unsigned char *p, unsigned char *last);
extern unsigned char *find_prev_001(unsigned char *p, unsigned char *head);
#endif
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?