[Ffmpeg-cvslog] r6696 - trunk/libavformat/wv.c

diego subversion
Sun Oct 15 12:31:50 CEST 2006


Author: diego
Date: Sun Oct 15 12:31:50 2006
New Revision: 6696

Modified:
   trunk/libavformat/wv.c

Log:
Remove unused variable.


Modified: trunk/libavformat/wv.c
==============================================================================
--- trunk/libavformat/wv.c	(original)
+++ trunk/libavformat/wv.c	Sun Oct 15 12:31:50 2006
@@ -162,7 +162,7 @@
                           AVPacket *pkt)
 {
     WVContext *wc = s->priv_data;
-    int ret, samples;
+    int ret;
 
     if (url_feof(&s->pb))
         return -EIO;




More information about the ffmpeg-cvslog mailing list