From ee7fed27d452c7a7be2457d4230eafb084e010c5 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 24 Jan 2011 23:36:10 +0000 Subject: Rename sf_table in atrac.c unit to ff_atrac_sf_table. This ensures a locally-unique name as well as marks the symbol as FFmpeg-private at least by declaration. Signed-off-by: Mans Rullgard (cherry picked from commit 82e1f217f276b4b3fda1f89a836126275a97ca9b) --- libavcodec/atrac.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavcodec/atrac.h') 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); -- cgit v1.2.3