Browse Source

lavfi/atempo: remove dead increment.

tags/n1.0
Clément Bœsch 13 years ago
parent
commit
e6dd2852ca
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/af_atempo.c

+ 0
- 1
libavfilter/af_atempo.c View File

@@ -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;


Loading…
Cancel
Save