summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiotab.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mpegaudiotab.h')
-rw-r--r--libavcodec/mpegaudiotab.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/mpegaudiotab.h b/libavcodec/mpegaudiotab.h
index 2addcb2630..d30ef1b752 100644
--- a/libavcodec/mpegaudiotab.h
+++ b/libavcodec/mpegaudiotab.h
@@ -79,15 +79,6 @@ static const int bitinv32[32] = {
};
-static int16_t filter_bank[512];
-
-static int scale_factor_table[64];
-static float scale_factor_inv_table[64];
-static unsigned char scale_diff_table[128];
-
-/* total number of bits per allocation group */
-static unsigned short total_quant_bits[17];
-
/* signal to noise ratio of each quantification step (could be
computed from quant_steps[]). The values are dB multiplied by 10
*/