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

📄 mvdecodec.h

📁 优化过的xvid1.1.2源代码
💻 H
字号:
#ifndef __MVDECODEC_H__
#define __MVDECODEC_H__

/* the two functions is interface that the dll
* open is the initate function 
* decode is the decode function
* close is the exit function
*/

int  mavrix_mp4_dec_open(void ** pp_handle);

int  mavrix_mp4_dec_decode(void* p_handle, void * p_in_buf, int in_len,
	                      void * p_out_buf, int * p_out_len);

#endif;

⌨️ 快捷键说明

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