Commit 5b22b76b authored by diego's avatar diego

Remove unnecessary forward declaration.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11583 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 285b8bae
......@@ -73,8 +73,6 @@ static int16_t xsin1[128];
/* new exponents are sent if their Norm 1 exceed this number */
#define EXP_DIFF_THRESHOLD 1000
static void fft_init(int ln);
static inline int16_t fix15(float a)
{
int v;
......
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