diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-08-05 21:10:11 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-08-08 22:53:00 +0200 |
commit | e6dd2852ca1f73d7af7f1ac495c86438308fc22e (patch) | |
tree | 90230e7e6a01ef0181be9f39753b7bfe3effa114 /libavfilter/af_atempo.c | |
parent | b615dbb319fc1748af6ea0ac95b5f89e03c5de0e (diff) | |
download | ffmpeg-e6dd2852ca1f73d7af7f1ac495c86438308fc22e.tar.gz |
lavfi/atempo: remove dead increment.
Diffstat (limited to 'libavfilter/af_atempo.c')
-rw-r--r-- | libavfilter/af_atempo.c | 1 |
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; |