summaryrefslogtreecommitdiff
path: root/libavcodec/wma.h
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2010-01-23 08:39:50 +0000
committerDaniel Verkamp <daniel@drv.nu>2010-01-23 08:39:50 +0000
commita7e6328cba02f07d5e8e358f473e1cff272175e6 (patch)
treed97ee4efa4932c885f91d50b722960afeffd4712 /libavcodec/wma.h
parent7a086a852cca662ceb54d88383d74dd366914dd6 (diff)
Export wma_critical_freqs as ff_wma_critical_freqs
Originally committed as revision 21391 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wma.h')
-rw-r--r--libavcodec/wma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/wma.h b/libavcodec/wma.h
index 437d8432c1..da06003782 100644
--- a/libavcodec/wma.h
+++ b/libavcodec/wma.h
@@ -139,6 +139,7 @@ typedef struct WMACodecContext {
#endif
} WMACodecContext;
+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];