Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-08-05 23:10:11 +0400
committerClément Bœsch <ubitux@gmail.com>2012-08-09 00:53:00 +0400
commite6dd2852ca1f73d7af7f1ac495c86438308fc22e (patch)
tree90230e7e6a01ef0181be9f39753b7bfe3effa114 /libavfilter/af_atempo.c
parentb615dbb319fc1748af6ea0ac95b5f89e03c5de0e (diff)
lavfi/atempo: remove dead increment.
Diffstat (limited to 'libavfilter/af_atempo.c')
-rw-r--r--libavfilter/af_atempo.c1
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;