summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec_data.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-07-23 02:33:25 +0000
committerDiego Biurrun <diego@biurrun.de>2009-07-23 02:33:25 +0000
commitd15153244fb04a9546f4a5312a38b1ec8f6c5654 (patch)
tree5c05419f50ee7880e21701d9967468a747e96356 /libavcodec/ac3dec_data.h
parent89547cfb3657c540c4e6ac662a736dd79235e2ae (diff)
refactoring: properly separate AC-3 and E-AC-3 code
Originally committed as revision 19501 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec_data.h')
-rw-r--r--libavcodec/ac3dec_data.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/ac3dec_data.h b/libavcodec/ac3dec_data.h
index 76f504cb0a..8d9db0518d 100644
--- a/libavcodec/ac3dec_data.h
+++ b/libavcodec/ac3dec_data.h
@@ -28,13 +28,6 @@ extern const uint8_t ff_ac3_ungroup_3_in_5_bits_tab[32][3];
extern const uint8_t ff_ac3_rematrix_band_tab[5];
extern const uint8_t ff_eac3_hebap_tab[64];
-extern const uint8_t ff_eac3_bits_vs_hebap[20];
-extern const int16_t ff_eac3_gaq_remap_1[12];
-extern const int16_t ff_eac3_gaq_remap_2_4_a[9][2];
-extern const int16_t ff_eac3_gaq_remap_2_4_b[9][2];
-
-extern const int16_t (* const ff_eac3_mantissa_vq[8])[6];
-extern const uint8_t ff_eac3_frm_expstr[32][6];
extern const uint8_t ff_eac3_default_cpl_band_struct[18];
#endif /* AVCODEC_AC3DEC_DATA_H */