From e6dd2852ca1f73d7af7f1ac495c86438308fc22e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sun, 5 Aug 2012 21:10:11 +0200 Subject: [PATCH] lavfi/atempo: remove dead increment. --- libavfilter/af_atempo.c | 1 - 1 file changed, 1 deletion(-) 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;