1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

added missing externs

Originally committed as revision 658 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2002-06-04 12:53:11 +00:00
parent 39825f315f
commit 6d5bf5343c

View 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];