X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_atempo.c;h=7b3d57cceb23757a8cfb07b3f5a36d722ddcb70c;hb=4982130d5a7babcb4b2e208fca2c745de7e10658;hp=49d49ee2a91c0dd65a415938c01cbdb1f901fc8c;hpb=ecaa6cf7b84ad03114b1240ea26491762b6e256f;p=ffmpeg diff --git a/libavfilter/af_atempo.c b/libavfilter/af_atempo.c index 49d49ee2a91..7b3d57cceb2 100644 --- a/libavfilter/af_atempo.c +++ b/libavfilter/af_atempo.c @@ -1046,8 +1046,6 @@ static int config_props(AVFilterLink *inlink) int sample_rate = (int)inlink->sample_rate; int channels = av_get_channel_layout_nb_channels(inlink->channel_layout); - ctx->outputs[0]->flags |= FF_LINK_FLAG_REQUEST_LOOP; - return yae_reset(atempo, format, sample_rate, channels); }