mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 03:20:00 +01:00
Remove two unused variables.
Originally committed as revision 11584 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -90,7 +90,7 @@ typedef struct IComplex {
|
|||||||
|
|
||||||
static void fft_init(int ln)
|
static void fft_init(int ln)
|
||||||
{
|
{
|
||||||
int i, j, m, n;
|
int i, n;
|
||||||
float alpha;
|
float alpha;
|
||||||
|
|
||||||
n = 1 << ln;
|
n = 1 << ln;
|
||||||
|
|||||||
Reference in New Issue
Block a user