lavfi/atempo: remove dead increment.

This commit is contained in:
Clément Bœsch 2012-08-05 21:10:11 +02:00
parent b615dbb319
commit e6dd2852ca
1 changed files with 0 additions and 1 deletions

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;