From efe6079d2d6cf838cb7c4ae122b3868b14d16cff Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 16 Apr 2008 15:33:30 +0000 Subject: [PATCH] unused Originally committed as revision 12859 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/nellymoserdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c index 328e168..470465d 100644 --- a/libavcodec/nellymoserdec.c +++ b/libavcodec/nellymoserdec.c @@ -114,7 +114,7 @@ static inline int signed_shift(int i, int shift) { 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; -- 2.7.4