提交 8d84e90c 编写于 作者: C Clément Bœsch

lavfi/delogo: 10l forgotten trailing NULL in shorthand.

Regression since de3e0ab3.
上级 c9a51c29
...@@ -172,7 +172,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args) ...@@ -172,7 +172,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args)
{ {
DelogoContext *delogo = ctx->priv; DelogoContext *delogo = ctx->priv;
int ret = 0; int ret = 0;
static const char *shorthand[] = { "x", "y", "w", "h", "band" }; static const char *shorthand[] = { "x", "y", "w", "h", "band", NULL };
delogo->class = &delogo_class; delogo->class = &delogo_class;
av_opt_set_defaults(delogo); av_opt_set_defaults(delogo);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册