git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b615dbb
)
lavfi/atempo: remove dead increment.
author
Clément Bœsch
<ubitux@gmail.com>
Sun, 5 Aug 2012 19:10:11 +0000
(21:10 +0200)
committer
Clément Bœsch
<ubitux@gmail.com>
Wed, 8 Aug 2012 20:53:00 +0000
(22:53 +0200)
libavfilter/af_atempo.c
patch
|
blob
|
history
diff --git
a/libavfilter/af_atempo.c
b/libavfilter/af_atempo.c
index
959cacb
..
7971aef
100644
(file)
--- 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;