vc1frames.h
来自「6410BSP1」· C头文件 代码 · 共 32 行
H
32 行
/////
/// VC1Frames.h
///
/// Written by Simon Chun (simon.chun@samsung.com)
/// 2007/06/18
///
#ifndef __SAMSUNG_SYSLSI_AP_VC1_FRAMES_H__
#define __SAMSUNG_SYSLSI_AP_VC1_FRAMES_H__
typedef struct
{
int width, height;
} VC1_CONFIG_DATA;
#ifdef __cplusplus
extern "C" {
#endif
int ExtractConfigStreamVC1(void *fp, unsigned char buf[], int buf_size, VC1_CONFIG_DATA *conf_data);
int NextFrameVC1(void *fp, unsigned char buf[], int buf_size, unsigned int *coding_type);
#ifdef __cplusplus
}
#endif
#endif /* __SAMSUNG_SYSLSI_AP_VC1_FRAMES_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?