diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-16 13:01:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-16 13:01:44 +0200 |
commit | b7a025092f818e9fe5c63b36fb276654dd59d211 (patch) | |
tree | ac9b7d96687213b4db18d6f4593ff44a4ae1e7e9 /libavcodec/binkaudio.c | |
parent | c14fc4585c2b8636ae0609582456c78097ea82c9 (diff) | |
parent | c591d4575a6f97fbbe6145304b1ea960e8e81e14 (diff) | |
download | ffmpeg-b7a025092f818e9fe5c63b36fb276654dd59d211.tar.gz |
Merge commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14'
* commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14':
avcodec: Replace local extern declarations for tables with header #includes
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/binkaudio.c')
-rw-r--r-- | libavcodec/binkaudio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/binkaudio.c b/libavcodec/binkaudio.c index ef5569a8c4..6d94c99f32 100644 --- a/libavcodec/binkaudio.c +++ b/libavcodec/binkaudio.c @@ -36,10 +36,9 @@ #include "rdft.h" #include "fmtconvert.h" #include "internal.h" +#include "wma.h" #include "libavutil/intfloat.h" -extern const uint16_t ff_wma_critical_freqs[25]; - static float quant_table[96]; #define MAX_CHANNELS 2 |