summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-01-21 00:28:29 +0000
committerDiego Biurrun <diego@biurrun.de>2008-01-21 00:28:29 +0000
commita4b375c61475f46d9c17a33330fa251892267914 (patch)
tree32740a340b8265cd72cf794b8f9607a2fff82a79 /libavcodec
parentfe74278f8a7c0a87ac537bef2ee934d2a1eec71c (diff)
Remove unnecessary forward declaration.
Originally committed as revision 11583 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/ac3enc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index 71bc8d0361..af70c12ed8 100644
--- a/libavcodec/ac3enc.c
+++ b/libavcodec/ac3enc.c
@@ -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;