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
Remove unused variable i.
Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
f0cb505aeb
commit
e36f0f03cc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/trasher.c
+ 1
- 1
tools/trasher.c
View File
@@ -9,7 +9,7 @@ int main(int argc, char** argv)
FILE *f= fopen(argv[1], "rb+");
int count= atoi(argv[2]);
int maxburst= atoi(argv[3]);
int length
, i
;
int length;
srand (time (0));
Write
Preview
Loading…
Cancel
Save