forked from FFmpeg/FFmpeg
lavfi/atempo: remove dead increment.
This commit is contained in:
parent
b615dbb319
commit
e6dd2852ca
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue