summaryrefslogtreecommitdiff
path: root/libavcodec/atrac.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/atrac.h')
-rw-r--r--libavcodec/atrac.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/atrac.h b/libavcodec/atrac.h
index acaa4ce041..e126935e12 100644
--- a/libavcodec/atrac.h
+++ b/libavcodec/atrac.h
@@ -28,8 +28,7 @@
#ifndef AVCODEC_ATRAC_H
#define AVCODEC_ATRAC_H
-
-extern float sf_table[64];
+extern float ff_atrac_sf_table[64];
void atrac_generate_tables(void);
void atrac_iqmf (float *inlo, float *inhi, unsigned int nIn, float *pOut, float *delayBuf, float *temp);