Commit 37477cd7 authored by diego's avatar diego

Remove unused variable.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9262 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e2df62f4
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
main(int argc, char *argv[]) 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]; char buf_in[1024], buf_out[65536];
z_stream zstream; z_stream zstream;
struct stat statbuf; struct stat statbuf;
......
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