summaryrefslogtreecommitdiff
path: root/libavcodec/nellymoserdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-04-16 15:33:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-04-16 15:33:30 +0000
commitefe6079d2d6cf838cb7c4ae122b3868b14d16cff (patch)
tree482b8bbd0d5195b71715cc485ed797744675d756 /libavcodec/nellymoserdec.c
parent3d00125645dca5c6a3db2117947c0057c07c5571 (diff)
unused
Originally committed as revision 12859 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/nellymoserdec.c')
-rw-r--r--libavcodec/nellymoserdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c
index 328e1683eb..470465d9d2 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;