diff options
Diffstat (limited to 'libavcodec/atrac.h')
-rw-r--r-- | libavcodec/atrac.h | 1 |
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); |