]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wma.h
avcodec/wmadec: Reduce the size of tables used to initialize VLC
[ffmpeg] / libavcodec / wma.h
index c7fcf5047ccfcfa32379f9dc06f6fba73929636e..7935bcdb3127d54086846f27199e6f3c058f1ea3 100644 (file)
@@ -139,8 +139,7 @@ typedef struct WMACodecContext {
 #endif /* TRACE */
 } WMACodecContext;
 
-extern const uint16_t ff_wma_hgain_huffcodes[37];
-extern const uint8_t ff_wma_hgain_huffbits[37];
+extern const uint8_t ff_wma_hgain_hufftab[37][2];
 extern const float ff_wma_lsp_codebook[NB_LSP_COEFS][16];
 extern const uint32_t ff_aac_scalefactor_code[121];
 extern const uint8_t  ff_aac_scalefactor_bits[121];