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.
Originally committed as revision 9262 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
62dd740c7c
commit
15bf461bb6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cws2fws.c
+ 1
- 1
cws2fws.c
View File
@@ -19,7 +19,7 @@
main(int argc, char *argv[])
{
int fd_in, fd_out, comp_len, uncomp_len,
tag,
i, last_out;
int fd_in, fd_out, comp_len, uncomp_len, i, last_out;
char buf_in[1024], buf_out[65536];
z_stream zstream;
struct stat statbuf;
Write
Preview
Loading…
Cancel
Save