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

📄 h26l.h

📁 MPEG-4编解码的实现(包括MPEG4视音频编解码)
💻 H
字号:

#ifndef __H26L_INCLUDED__
#define __H26L_INCLUDED__

#ifdef __cplusplus
extern "C" {
#endif

typedef unsigned char byte;

int H26L_Init(char *config);
int H26L_Encode(byte* pY, byte* pU, byte* pV, 
	byte* pEncoded, int* pEncodedLength);
int H26L_GetReconstructed(byte* pY, byte* pU, byte* pV);
int H26L_Close();

#ifdef __cplusplus
}
#endif

#endif /* __H26L_INCLUDED__ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -