[Ffmpeg-cvslog] r6223 - trunk/libavcodec/vorbis.c

diego subversion
Sun Sep 10 20:16:20 CEST 2006


Author: diego
Date: Sun Sep 10 20:16:19 2006
New Revision: 6223

Modified:
   trunk/libavcodec/vorbis.c

Log:
Remove unused variable.


Modified: trunk/libavcodec/vorbis.c
==============================================================================
--- trunk/libavcodec/vorbis.c	(original)
+++ trunk/libavcodec/vorbis.c	Sun Sep 10 20:16:19 2006
@@ -1693,7 +1693,7 @@
     vorbis_context *vc = avccontext->priv_data ;
     GetBitContext *gb = &(vc->gb);
 
-    int_fast16_t i, len;
+    int_fast16_t len;
 
     if(!buf_size){
         return 0;




More information about the ffmpeg-cvslog mailing list