]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3dec_data.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / ac3dec_data.h
index 486d04a40b72ce30102c4b8b35ceb83866190e01..975b52ef2cb48e49932e7ee5645047496d957bb1 100644 (file)
 #ifndef AVCODEC_AC3DEC_DATA_H
 #define AVCODEC_AC3DEC_DATA_H
 
-#include "libavutil/common.h"
+#include <stdint.h>
 
 extern const uint8_t ff_ac3_ungroup_3_in_5_bits_tab[32][3];
-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 int8_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];
 
-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_default_spx_band_struct[17];
 
 #endif /* AVCODEC_AC3DEC_DATA_H */