1 回答

TA贡献1829条经验 获得超7个赞
如果ff_api_alloc_context #
**
*分配一个avcodeccontext并设置其领域为默认值。的
*结构可以通过简单的调用av_free()释放。
*
返回一个avcodeccontext填充默认值或空的失败。
*“看avcodec_get_context_defaults
*
*”被使用avcodec_alloc_context3()
*
attribute_deprecated
avcodeccontext * avcodec_alloc_context(无效);
**此功能尚未公共API的一部分!
*我们会改变它的参数和名字几次!*
attribute_deprecated
avcodeccontext * avcodec_alloc_context2(枚举avmediatype);
**
*设置给出avcodeccontext到域的默认值。
*
* @param的avcodeccontext的领域应设置为默认值。
*”被使用avcodec_get_context_defaults3
*
attribute_deprecated
无效的avcodec_get_context_defaults(avcodeccontext *);
**此功能尚未公共API的一部分!
*我们会改变它的参数和名字几次!*
attribute_deprecated
无效的avcodec_get_context_defaults2(avcodeccontext *,枚举avmediatype);
如果#
- 1 回答
- 0 关注
- 255 浏览
添加回答
举报