From e6dd2852ca1f73d7af7f1ac495c86438308fc22e Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sun, 5 Aug 2012 21:10:11 +0200 Subject: lavfi/atempo: remove dead increment. --- libavfilter/af_atempo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/af_atempo.c') 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; -- cgit v1.2.3