summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudio.h
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2002-06-04 12:53:11 +0000
committerFabrice Bellard <fabrice@bellard.org>2002-06-04 12:53:11 +0000
commit6d5bf5343c810344a444f4d4e1f6a6a020c76e83 (patch)
tree1699164a2bbdf9f8c2b7c4427af209a11e5faafd /libavcodec/mpegaudio.h
parent39825f315f73bbd2eb9032a8efaa1bfbc6d2cd9b (diff)
added missing externs
Originally committed as revision 658 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudio.h')
-rw-r--r--libavcodec/mpegaudio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/mpegaudio.h b/libavcodec/mpegaudio.h
index 7dc206a1e6..3381dbed25 100644
--- a/libavcodec/mpegaudio.h
+++ b/libavcodec/mpegaudio.h
@@ -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];