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 Elio Pettenò <flameeyes@gmail.com>2011-01-25 02:36:09 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-01-26 05:43:29 +0300
commitf7e5cc0a2cc736af8543c256fb761d26f3249d9e (patch)
treee7ea5e2a6b53de242f6ac5488e8ab5cf74cc30ca /libavcodec/atrac.h
parente243ed656c445e504d2e1fa83ad28c7f61209b8b (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> (cherry picked from commit 53493f9a8176009fc514c386ee31cafcafc8539a)
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);