diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-19 00:13:35 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-19 00:13:35 +0000 |
commit | 677fe2e226a7e542858435789f63853b47d2979b (patch) | |
tree | 1a7d45e9accba4c474aeea670991ae26f9aaddb0 /libavcodec/mpegaudiodata.h | |
parent | 4991c0516d7ae523d72b2eada05dd20a30735dff (diff) | |
download | ffmpeg-677fe2e226a7e542858435789f63853b47d2979b.tar.gz |
add proper prefix to extern mpeg audio data tables
Originally committed as revision 9061 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudiodata.h')
-rw-r--r-- | libavcodec/mpegaudiodata.h | 14 |
1 files changed, 7 insertions, 7 deletions
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 */ |