diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-09-04 19:46:06 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-04 19:46:06 +0200 |
commit | 5a20f1885d3b521afc8c63734cff724da0a87815 (patch) | |
tree | 0821c4d69bded8920fb886d2937023d758fd59ac /libavcodec/wma.h | |
parent | 91a8b933fb6d9bf41f5885793bfcc0cb24de6100 (diff) | |
parent | f20518568a77a6138fc74021ce56013ab72907ba (diff) | |
download | ffmpeg-5a20f1885d3b521afc8c63734cff724da0a87815.tar.gz |
Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba'
* commit 'f20518568a77a6138fc74021ce56013ab72907ba':
build: Split WMA frequencies into a separate object file
Conflicts:
configure
libavcodec/Makefile
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/wma.h')
-rw-r--r-- | libavcodec/wma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/wma.h b/libavcodec/wma.h index 66770829ab..6e5198a360 100644 --- a/libavcodec/wma.h +++ b/libavcodec/wma.h @@ -139,7 +139,6 @@ typedef struct WMACodecContext { #endif /* TRACE */ } 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]; |