summaryrefslogtreecommitdiff
path: root/libavcodec/atrac.h
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gmail.com>2011-01-25 00:36:09 +0100
committerMans Rullgard <mans@mansr.com>2011-01-24 23:42:23 +0000
commit53493f9a8176009fc514c386ee31cafcafc8539a (patch)
tree3ad4092d8171ad017e9c3915fed36c7fe2064e95 /libavcodec/atrac.h
parent80944df720da98d6e5ee0e355db5814735914ec9 (diff)
Mark qmf_window table static to atrac.c unit.
The table is not used anywhere else on libavcodec. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/atrac.h')
-rw-r--r--libavcodec/atrac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/atrac.h b/libavcodec/atrac.h
index 0732da0740..acaa4ce041 100644
--- a/libavcodec/atrac.h
+++ b/libavcodec/atrac.h
@@ -30,7 +30,6 @@
extern float sf_table[64];
-extern float qmf_window[48];
void atrac_generate_tables(void);
void atrac_iqmf (float *inlo, float *inhi, unsigned int nIn, float *pOut, float *delayBuf, float *temp);