You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Remove unused variable i.
Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user