summaryrefslogtreecommitdiff
path: root/libavcodec/dcadata.h
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.h
parentd93495c95411b95cfc5c050dbabfcdff1c10890a (diff)
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.h')
-rw-r--r--libavcodec/dcadata.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h
index 1ef1342917..17aa7120e8 100644
--- a/libavcodec/dcadata.h
+++ b/libavcodec/dcadata.h
@@ -71,9 +71,6 @@ extern const uint16_t ff_dca_xll_refl_coeff[128];
extern const int32_t ff_dca_xll_band_coeff[20];
-extern const uint32_t ff_dca_sampling_freqs[16];
-extern const uint8_t ff_dca_freq_ranges[16];
-
extern const uint16_t ff_dca_avg_g3_freqs[3];
extern const uint16_t ff_dca_fst_amp[44];