mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02: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) {
|
if (n1) {
|
||||||
memcpy(dst, b + i1 * atempo->stride, n1 * atempo->stride);
|
memcpy(dst, b + i1 * atempo->stride, n1 * atempo->stride);
|
||||||
dst += n1 * atempo->stride;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user