From 677fe2e226a7e542858435789f63853b47d2979b Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Sat, 19 May 2007 00:13:35 +0000 Subject: add proper prefix to extern mpeg audio data tables Originally committed as revision 9061 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegaudiodata.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libavcodec/mpegaudiodata.h') diff --git a/libavcodec/mpegaudiodata.h b/libavcodec/mpegaudiodata.h index a1365107c8..8b247b89ca 100644 --- a/libavcodec/mpegaudiodata.h +++ b/libavcodec/mpegaudiodata.h @@ -29,12 +29,12 @@ #include "common.h" -extern const uint16_t mpa_bitrate_tab[2][3][15]; -extern const uint16_t mpa_freq_tab[3]; -extern const int32_t mpa_enwindow[257]; -extern const int sblimit_table[5]; -extern const int quant_steps[17]; -extern const int quant_bits[17]; -extern const unsigned char *alloc_tables[5]; +extern const uint16_t ff_mpa_bitrate_tab[2][3][15]; +extern const uint16_t ff_mpa_freq_tab[3]; +extern const int32_t ff_mpa_enwindow[257]; +extern const int ff_mpa_sblimit_table[5]; +extern const int ff_mpa_quant_steps[17]; +extern const int ff_mpa_quant_bits[17]; +extern const unsigned char *ff_mpa_alloc_tables[5]; #endif /* MPEGAUDIODATA_H */ -- cgit v1.2.3