mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
lavfi/atempo: remove dead increment.
This commit is contained in:
parent
b615dbb319
commit
e6dd2852ca
@ -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…
Reference in New Issue
Block a user