提交 da55304c 编写于 作者: P Paul B Mahol

avfilter/vf_mix: initialize last to silence possible warning

Signed-off-by: NPaul B Mahol <onemda@gmail.com>
上级 c0aa89ee
......@@ -74,7 +74,7 @@ static av_cold int init(AVFilterContext *ctx)
{
MixContext *s = ctx->priv;
char *p, *arg, *saveptr = NULL;
int i, ret, last;
int i, ret, last = 0;
s->tmix = !strcmp(ctx->filter->name, "tmix");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册