Commit f7e5cc0a authored by Diego Elio Pettenò's avatar Diego Elio Pettenò Committed by Michael Niedermayer

Mark qmf_window table static to atrac.c unit.

The table is not used anywhere else on libavcodec.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
(cherry picked from commit 53493f9a)
parent e243ed65
......@@ -33,7 +33,7 @@
#include "atrac.h"
float sf_table[64];
float qmf_window[48];
static float qmf_window[48];
static const float qmf_48tap_half[24] = {
-0.00001461907, -0.00009205479,-0.000056157569,0.00030117269,
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment