Commit e6dd2852 authored by Clément Bœsch's avatar Clément Bœsch

lavfi/atempo: remove dead increment.

parent b615dbb3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment