]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3dec_data.h
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
[ffmpeg] / libavcodec / ac3dec_data.h
index 73aae1e17880132a1faca48d3713204cf1474dea..c9bb58686bb43d6d739e3b134c96314104d659ef 100644 (file)
@@ -29,13 +29,11 @@ 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 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_eac3_default_spx_band_struct[17];
-extern const int32_t ff_eac3_spx_atten_tab[32][3];
 
 extern const uint8_t ff_ac3_rematrix_band_tab[5];