[FFmpeg-cvslog] lavfi/atempo: remove dead increment.
Clément Bœsch
git at videolan.org
Wed Aug 8 23:02:41 CEST 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Aug 5 21:10:11 2012 +0200| [e6dd2852ca1f73d7af7f1ac495c86438308fc22e] | committer: Clément Bœsch
lavfi/atempo: remove dead increment.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6dd2852ca1f73d7af7f1ac495c86438308fc22e
---
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;
More information about the ffmpeg-cvslog
mailing list