diff options
author | Mans Rullgard <mans@mansr.com> | 2012-08-23 18:47:49 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-08-24 10:45:39 +0100 |
commit | 2e2b8ef8e0b2b407fd43914bdf83f46084954f6d (patch) | |
tree | 9ace374eb2deec663b555ea133c2d3589665b6f5 /libavcodec/mpegaudiodata.h | |
parent | 4d7adec8bd211d3900563955f2e0863dfb3bf7e8 (diff) | |
download | ffmpeg-2e2b8ef8e0b2b407fd43914bdf83f46084954f6d.tar.gz |
mpegaudio: move ff_mpa_enwindow to a separate file
This table is used only by mpegaudiodsp and mpegaudioenc. Separating
it allows dropping some dependencies from mpc[78] and qdm2.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/mpegaudiodata.h')
-rw-r--r-- | libavcodec/mpegaudiodata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegaudiodata.h b/libavcodec/mpegaudiodata.h index 24ea536a6c..d1a8841f98 100644 --- a/libavcodec/mpegaudiodata.h +++ b/libavcodec/mpegaudiodata.h @@ -34,7 +34,6 @@ extern const uint16_t avpriv_mpa_bitrate_tab[2][3][15]; extern const uint16_t avpriv_mpa_freq_tab[3]; -extern const int32_t ff_mpa_enwindow[257]; extern const int ff_mpa_sblimit_table[5]; extern const int ff_mpa_quant_steps[17]; extern const int ff_mpa_quant_bits[17]; |