diff --git a/libavfilter/af_atempo.c b/libavfilter/af_atempo.c
index 959cacb6ad92a0a77818ee25b40362070f12a4ec..7971aef4d57c61e7ed7d2f4775598c1488ba8576 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;