changeset 3701:4ba77dc980f1 libavcodec

Remove unused variable.
author diego
date Sun, 10 Sep 2006 18:16:19 +0000
parents 44fdf93a0901
children 7e7d8a3fe080
files vorbis.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vorbis.c	Sun Sep 10 15:36:53 2006 +0000
+++ b/vorbis.c	Sun Sep 10 18:16:19 2006 +0000
@@ -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;