diff nellymoserdec.c @ 6616:ee769fedd9ec libavcodec

unused
author michael
date Wed, 16 Apr 2008 15:33:30 +0000
parents 3496fac9ea8f
children a4104482ceef
line wrap: on
line diff
--- a/nellymoserdec.c	Wed Apr 16 15:33:09 2008 +0000
+++ b/nellymoserdec.c	Wed Apr 16 15:33:30 2008 +0000
@@ -114,7 +114,7 @@
 
 static void overlap_and_window(NellyMoserDecodeContext *s, float *state, float *audio, float *a_in)
 {
-    int bot, top, top2;
+    int bot, top;
 
     bot = 0;
     top = NELLY_BUF_LEN-1;