[FFmpeg-devel] [PATCH 2/3] lavfi/atempo: remove dead increment.

Clément Bœsch ubitux at gmail.com
Sun Aug 5 23:26:38 CEST 2012


---
 libavfilter/af_atempo.c | 1 -
 1 file changed, 1 deletion(-)

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



More information about the ffmpeg-devel mailing list