[FFmpeg-cvslog] r9262 - trunk/cws2fws.c

diego subversion
Sat Jun 9 10:50:15 CEST 2007


Author: diego
Date: Sat Jun  9 10:50:15 2007
New Revision: 9262

Log:
Remove unused variable.


Modified:
   trunk/cws2fws.c

Modified: trunk/cws2fws.c
==============================================================================
--- trunk/cws2fws.c	(original)
+++ trunk/cws2fws.c	Sat Jun  9 10:50:15 2007
@@ -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;




More information about the ffmpeg-cvslog mailing list