mvdecodec.h
来自「优化过的xvid1.1.2源代码」· C头文件 代码 · 共 15 行
H
15 行
#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 + =
减小字号Ctrl + -
显示快捷键?