📄 mvdecodec.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 + -