diff resample.c @ 2522:e25782262d7d libavcodec

kill warnings patch by (Mns Rullgrd <mru inprovide com>)
author michael
date Thu, 24 Feb 2005 19:08:50 +0000
parents de38526a1f3f
children ef2149182f1c
line wrap: on
line diff
--- a/resample.c	Thu Feb 24 16:39:03 2005 +0000
+++ b/resample.c	Thu Feb 24 19:08:50 2005 +0000
@@ -128,7 +128,6 @@
                                       int output_rate, int input_rate)
 {
     ReSampleContext *s;
-    int i;
     
     if ( input_channels > 2)
       {