projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe74278
)
Remove unnecessary forward declaration.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 21 Jan 2008 00:28:29 +0000
(
00:28
+0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 21 Jan 2008 00:28:29 +0000
(
00:28
+0000)
Originally committed as revision 11583 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ac3enc.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/ac3enc.c
b/libavcodec/ac3enc.c
index
71bc8d0
..
af70c12
100644
(file)
--- 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;