Commit a4b375c6 authored by Diego Biurrun's avatar Diego Biurrun

Remove unnecessary forward declaration.

Originally committed as revision 11583 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fe74278f
...@@ -73,8 +73,6 @@ static int16_t xsin1[128]; ...@@ -73,8 +73,6 @@ static int16_t xsin1[128];
/* new exponents are sent if their Norm 1 exceed this number */ /* new exponents are sent if their Norm 1 exceed this number */
#define EXP_DIFF_THRESHOLD 1000 #define EXP_DIFF_THRESHOLD 1000
static void fft_init(int ln);
static inline int16_t fix15(float a) static inline int16_t fix15(float a)
{ {
int v; 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