summaryrefslogtreecommitdiff
path: root/libavfilter/af_atempo.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_atempo.c')
-rw-r--r--libavfilter/af_atempo.c1
1 files changed, 0 insertions, 1 deletions
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;