summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudio.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-05-19 00:06:02 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-05-19 00:06:02 +0000
commit4991c0516d7ae523d72b2eada05dd20a30735dff (patch)
treeebe4e2a2e1377269ded68bf9c6fb5ad32d0d22e7 /libavcodec/mpegaudio.h
parent63ab52b7ecdbcaf097862da79efa72e678920725 (diff)
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
Originally committed as revision 9060 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudio.h')
-rw-r--r--libavcodec/mpegaudio.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/mpegaudio.h b/libavcodec/mpegaudio.h
index 3eadf92a81..6dd43fce2e 100644
--- a/libavcodec/mpegaudio.h
+++ b/libavcodec/mpegaudio.h
@@ -79,15 +79,6 @@ void ff_mpa_synth_filter(MPA_INT *synth_buf_ptr, int *synth_buf_offset,
OUT_INT *samples, int incr,
int32_t sb_samples[SBLIMIT]);
-extern const uint16_t mpa_bitrate_tab[2][3][15];
-extern const uint16_t mpa_freq_tab[3];
-extern const unsigned char *alloc_tables[5];
-extern const double enwindow[512];
-extern const int sblimit_table[5];
-extern const int quant_steps[17];
-extern const int quant_bits[17];
-extern const int32_t mpa_enwindow[257];
-
/* fast header check for resync */
static inline int ff_mpa_check_header(uint32_t header){
/* header */