X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_blend.c;h=ef0e7e46b128c93d8d3ce4af7a50e35dfe053844;hb=c5a312dd6afb9aded1f8f763be71ef70d69c7e17;hp=be92bd15be0e1de68d237a289045bf13e8a91e48;hpb=a600e7145f9e32365714e4e289446706661ea4c1;p=ffmpeg diff --git a/libavfilter/vf_blend.c b/libavfilter/vf_blend.c index be92bd15be0..ef0e7e46b12 100644 --- a/libavfilter/vf_blend.c +++ b/libavfilter/vf_blend.c @@ -467,9 +467,8 @@ static int config_output(AVFilterLink *outlink) is_16bit = pix_desc->comp[0].depth == 16; s->nb_planes = av_pix_fmt_count_planes(toplink->format); - if (s->tblend) - outlink->flags |= FF_LINK_FLAG_REQUEST_LOOP; - else if ((ret = ff_dualinput_init(ctx, &s->dinput)) < 0) + if (!s->tblend) + if ((ret = ff_dualinput_init(ctx, &s->dinput)) < 0) return ret; for (plane = 0; plane < FF_ARRAY_ELEMS(s->params); plane++) {