Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-08-15 14:58:41 +0400
committerDiego Biurrun <diego@biurrun.de>2013-08-15 16:38:03 +0400
commitc591d4575a6f97fbbe6145304b1ea960e8e81e14 (patch)
tree7cdb919202f6fd9e2f9f0823640ba1b9d862e5d0 /libavcodec/binkaudio.c
parentaa2ba8c99e5708884a56aea9c1d96e014866f8a3 (diff)
avcodec: Replace local extern declarations for tables with header #includes
Diffstat (limited to 'libavcodec/binkaudio.c')
-rw-r--r--libavcodec/binkaudio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/binkaudio.c b/libavcodec/binkaudio.c
index 1e34ab95fd..d49964b554 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