Remove unnecessary forward declaration.
Originally committed as revision 11583 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fe74278f8a
commit
a4b375c614
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user