From 53493f9a8176009fc514c386ee31cafcafc8539a Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Tue, 25 Jan 2011 00:36:09 +0100 Subject: Mark qmf_window table static to atrac.c unit. The table is not used anywhere else on libavcodec. Signed-off-by: Mans Rullgard --- libavcodec/atrac.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/atrac.h') 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); -- cgit v1.2.3