提交 04f691cd 编写于 作者: D Diego Biurrun

mmal: Add missing .item_name to AVClass declaration

上级 e2edf152
......@@ -817,6 +817,7 @@ static const AVOption options[]={
#define FFMMAL_DEC_CLASS(NAME) \
static const AVClass ffmmal_##NAME##_dec_class = { \
.class_name = "mmal_" #NAME "_dec", \
.item_name = av_default_item_name, \
.option = options, \
.version = LIBAVUTIL_VERSION_INT, \
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册