mirror of https://git.ffmpeg.org/ffmpeg.git
Remove unused variable.
Originally committed as revision 9262 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
62dd740c7c
commit
15bf461bb6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue