summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-09-02 23:10:28 +0000
committerMåns Rullgård <mans@mansr.com>2006-09-02 23:10:28 +0000
commit0e176c3eb54ecc4504920347e9727f1d8b5657ef (patch)
tree37a1e517c69ae5f4675aab39e4823cdadfbb419d /libavcodec/mpegaudiodec.c
parent6243da0d5036712ad2f53fcdec0ba6c2ada97d7a (diff)
remove redundant declarations
Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudiodec.c')
-rw-r--r--libavcodec/mpegaudiodec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c
index c039f8f237..73fa7f4a4b 100644
--- a/libavcodec/mpegaudiodec.c
+++ b/libavcodec/mpegaudiodec.c
@@ -197,7 +197,6 @@ static const int32_t scale_factor_mult2[3][3] = {
SCALE_GEN(4.0 / 9.0), /* 9 steps */
};
-void ff_mpa_synth_init(MPA_INT *window);
static MPA_INT window[512] __attribute__((aligned(16)));
/* layer 1 unscaling */