diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-01-21 00:28:29 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-01-21 00:28:29 +0000 |
commit | a4b375c61475f46d9c17a33330fa251892267914 (patch) | |
tree | 32740a340b8265cd72cf794b8f9607a2fff82a79 /libavcodec/ac3enc.c | |
parent | fe74278f8a7c0a87ac537bef2ee934d2a1eec71c (diff) | |
download | ffmpeg-a4b375c61475f46d9c17a33330fa251892267914.tar.gz |
Remove unnecessary forward declaration.
Originally committed as revision 11583 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3enc.c')
-rw-r--r-- | libavcodec/ac3enc.c | 2 |
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; |