diff wma.h @ 11215:964d01b50f17 libavcodec

remove a Huffman table from WMA which also exists in AAC
author stefang
date Fri, 19 Feb 2010 20:42:55 +0000
parents c29ee479e359
children 98970e51365a
line wrap: on
line diff
--- a/wma.h	Fri Feb 19 17:23:00 2010 +0000
+++ b/wma.h	Fri Feb 19 20:42:55 2010 +0000
@@ -143,8 +143,8 @@
 extern const uint16_t ff_wma_hgain_huffcodes[37];
 extern const uint8_t ff_wma_hgain_huffbits[37];
 extern const float ff_wma_lsp_codebook[NB_LSP_COEFS][16];
-extern const uint32_t ff_wma_scale_huffcodes[121];
-extern const uint8_t ff_wma_scale_huffbits[121];
+extern const uint32_t ff_aac_scalefactor_code[121];
+extern const uint8_t  ff_aac_scalefactor_bits[121];
 
 int av_cold ff_wma_get_frame_len_bits(int sample_rate, int version,
                                       unsigned int decode_flags);