[SCM] libav/experimental: Remove unused variable.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:01:24 UTC 2013


The following commit has been merged in the experimental branch:
commit 15bf461bb6041557409d5437b2609842933cd9f2
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sat Jun 9 08:50:15 2007 +0000

    Remove unused variable.
    
    Originally committed as revision 9262 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/cws2fws.c b/cws2fws.c
index f97287f..61f1294 100644
--- a/cws2fws.c
+++ b/cws2fws.c
@@ -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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list