mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
Remove two unused variables.
Originally committed as revision 11584 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a4b375c614
commit
3f5d7bb331
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue