Commit 3f5d7bb3 authored by Diego Biurrun's avatar Diego Biurrun

Remove two unused variables.

Originally committed as revision 11584 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a4b375c6
......@@ -90,7 +90,7 @@ typedef struct IComplex {
static void fft_init(int ln)
{
int i, j, m, n;
int i, n;
float alpha;
n = 1 << ln;
......
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