summaryrefslogtreecommitdiff
path: root/libavcodec/dcadata.c
diff options
context:
space:
mode:
authorfoo86 <foobaz86@gmail.com>2016-05-26 14:29:35 +0300
committerJames Almer <jamrial@gmail.com>2016-05-26 13:32:48 -0300
commita0f76b825c8105acb4428ea60146687e90cfdc83 (patch)
treec2c07e452878fe384152644d6f0dcf157c8eb6fe /libavcodec/dcadata.c
parentd93495c95411b95cfc5c050dbabfcdff1c10890a (diff)
downloadffmpeg-a0f76b825c8105acb4428ea60146687e90cfdc83.tar.gz
avcodec/dca: move EXSS sampling frequency arrays to dca.c
Avoids unwanted parser dependency on dcadata. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/dcadata.c')
-rw-r--r--libavcodec/dcadata.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/dcadata.c b/libavcodec/dcadata.c
index 2d533d0c12..39aea73102 100644
--- a/libavcodec/dcadata.c
+++ b/libavcodec/dcadata.c
@@ -8725,15 +8725,6 @@ const int32_t ff_dca_xll_band_coeff[20] = {
3259333, -5074941, 6928550, -8204883
};
-const uint32_t ff_dca_sampling_freqs[16] = {
- 8000, 16000, 32000, 64000, 128000, 22050, 44100, 88200,
- 176400, 352800, 12000, 24000, 48000, 96000, 192000, 384000,
-};
-
-const uint8_t ff_dca_freq_ranges[16] = {
- 0, 1, 2, 3, 4, 1, 2, 3, 4, 4, 0, 1, 2, 3, 4, 4
-};
-
const uint16_t ff_dca_avg_g3_freqs[3] = { 16000, 18000, 24000 };
const uint16_t ff_dca_fst_amp[44] = {