comparison nellymoserdec.c @ 6616:ee769fedd9ec libavcodec

unused
author michael
date Wed, 16 Apr 2008 15:33:30 +0000
parents 3496fac9ea8f
children a4104482ceef
comparison
equal deleted inserted replaced
6615:3496fac9ea8f 6616:ee769fedd9ec
112 } 112 }
113 113
114 114
115 static void overlap_and_window(NellyMoserDecodeContext *s, float *state, float *audio, float *a_in) 115 static void overlap_and_window(NellyMoserDecodeContext *s, float *state, float *audio, float *a_in)
116 { 116 {
117 int bot, top, top2; 117 int bot, top;
118 118
119 bot = 0; 119 bot = 0;
120 top = NELLY_BUF_LEN-1; 120 top = NELLY_BUF_LEN-1;
121 121
122 while (bot < NELLY_BUF_LEN) { 122 while (bot < NELLY_BUF_LEN) {