summaryrefslogtreecommitdiff
path: root/libavcodec/wma.h
diff options
context:
space:
mode:
authorStefan Gehrer <stefan.gehrer@gmx.de>2010-02-19 20:42:55 +0000
committerStefan Gehrer <stefan.gehrer@gmx.de>2010-02-19 20:42:55 +0000
commit3a201bd04f3455535f9760ac610bd0b60573d264 (patch)
tree25bad2fefc0879ac609003bc886245aeea2bce1a /libavcodec/wma.h
parentcdfc38f43b94e8ec3a9be10de2767778946d6eb5 (diff)
remove a Huffman table from WMA which also exists in AAC
Originally committed as revision 21902 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wma.h')
-rw-r--r--libavcodec/wma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/wma.h b/libavcodec/wma.h
index da06003782..df992c0add 100644
--- a/libavcodec/wma.h
+++ b/libavcodec/wma.h
@@ -143,8 +143,8 @@ extern const uint16_t ff_wma_critical_freqs[25];
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);