mom_vo.p
来自「本资源主要是MPEG-4压缩编码算法的C源码实现」· P 代码 · 共 35 行
P
35 行
/*
* This file was automatically generated by 'Makefile'.
*
* DO NOT EDIT BY HAND : your modifications will be lost.
*
*/
#ifndef _mom_vo_P
#define _mom_vo_P
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* vm_common/src/mom_vo.c */
VO * SallocVO _P_((void));
Void FreeVOList _P_(( VO *list
));
Void FreeVO _P_(( VO *vo
));
Void AddVOToList _P_(( VO *newvo,
VO *list
));
VO * GetVOById _P_(( VO *list,
Int vo_id
));
Float RoundTime _P_(( Float time
));
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _mom_vo_P */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?