diff oggvorbis.c @ 2893:6f8bcb169256 libavcodec

fix unused variable warnings
author aurel
date Wed, 21 Sep 2005 23:09:16 +0000
parents 99a5981878a2
children ef2149182f1c
line wrap: on
line diff
--- a/oggvorbis.c	Wed Sep 21 21:17:09 2005 +0000
+++ b/oggvorbis.c	Wed Sep 21 23:09:16 2005 +0000
@@ -294,7 +294,7 @@
     OggVorbisContext *context = avccontext->priv_data ;
     float **pcm ;
     ogg_packet *op= &context->op;    
-    int samples, total_samples, total_bytes,i;
+    int samples, total_samples, total_bytes;
  
     if(!buf_size){
     //FIXME flush