⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vc1frames.h

📁 6410BSP1
💻 H
字号:
/////
///   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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -