diff --git a/libavfilter/af_atempo.c b/libavfilter/af_atempo.c index 959cacb6ad..7971aef4d5 100644 --- a/libavfilter/af_atempo.c +++ b/libavfilter/af_atempo.c @@ -553,7 +553,6 @@ static int yae_load_frag(ATempoContext *atempo, if (n1) { memcpy(dst, b + i1 * atempo->stride, n1 * atempo->stride); - dst += n1 * atempo->stride; } return 0;