Commit efe6079d authored by Michael Niedermayer's avatar Michael Niedermayer

unused

Originally committed as revision 12859 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3d001256
...@@ -114,7 +114,7 @@ static inline int signed_shift(int i, int shift) { ...@@ -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) static void overlap_and_window(NellyMoserDecodeContext *s, float *state, float *audio, float *a_in)
{ {
int bot, top, top2; int bot, top;
bot = 0; bot = 0;
top = NELLY_BUF_LEN-1; top = NELLY_BUF_LEN-1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment