[FFmpeg-cvslog] r12859 - trunk/libavcodec/nellymoserdec.c

michael subversion
Wed Apr 16 17:33:30 CEST 2008


Author: michael
Date: Wed Apr 16 17:33:30 2008
New Revision: 12859

Log:
unused


Modified:
   trunk/libavcodec/nellymoserdec.c

Modified: trunk/libavcodec/nellymoserdec.c
==============================================================================
--- trunk/libavcodec/nellymoserdec.c	(original)
+++ trunk/libavcodec/nellymoserdec.c	Wed Apr 16 17:33:30 2008
@@ -114,7 +114,7 @@ static inline int signed_shift(int i, in
 
 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;




More information about the ffmpeg-cvslog mailing list