m2v_vfapi.h

来自「由bmp生成mpeg2 的I_frame 数据」· C头文件 代码 · 共 33 行

H
33
字号
/*******************************************************************
  m2v.vfp interface
 *******************************************************************/
#ifndef M2V_VFAPI_H
#define M2V_VFAPI_H

#include "vfapi.h"
#include "vfapi_edit_ext.h"

typedef struct {
	HINSTANCE            dll;
	VF_PluginInfo        info;
	VF_PluginFunc        func;
	VF_PluginFuncEditExt func_edit_ext;
} M2V_VFAPI;

#ifndef M2V_VFAPI_C

#ifdef __cplusplus
extern "C" {
#endif

extern int open_m2v_vfapi(M2V_VFAPI *m2v);
extern void close_m2v_vfapi(M2V_VFAPI *m2v);

#ifdef __cplusplus
}
#endif

#endif /* M2V_VFAPI_C */

#endif /* M2V_VFAPI_H */
	

⌨️ 快捷键说明

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