added missing externs
authorFabrice Bellard <fabrice@bellard.org>
Tue, 4 Jun 2002 12:53:11 +0000 (12:53 +0000)
committerFabrice Bellard <fabrice@bellard.org>
Tue, 4 Jun 2002 12:53:11 +0000 (12:53 +0000)
Originally committed as revision 658 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegaudio.h

index 7dc206a..3381dbe 100644 (file)
@@ -17,8 +17,8 @@
 
 int l2_select_table(int bitrate, int nb_channels, int freq, int lsf);
 
-const UINT16 mpa_bitrate_tab[2][3][15];
-const UINT16 mpa_freq_tab[3];
+extern const UINT16 mpa_bitrate_tab[2][3][15];
+extern const UINT16 mpa_freq_tab[3];
 extern const unsigned char *alloc_tables[5];
 extern const double enwindow[512];
 extern const int sblimit_table[5];