This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavfi/atempo: remove dead increment.
tags/n1.0
Clément Bœsch
13 years ago
parent
b615dbb319
commit
e6dd2852ca
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavfilter/af_atempo.c
+ 0
- 1
libavfilter/af_atempo.c
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;
Write
Preview
Loading…
Cancel
Save