Commit 7d48266d authored by bellard's avatar bellard

added missing externs


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@658 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c2666492
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
int l2_select_table(int bitrate, int nb_channels, int freq, int lsf); int l2_select_table(int bitrate, int nb_channels, int freq, int lsf);
const UINT16 mpa_bitrate_tab[2][3][15]; extern const UINT16 mpa_bitrate_tab[2][3][15];
const UINT16 mpa_freq_tab[3]; extern const UINT16 mpa_freq_tab[3];
extern const unsigned char *alloc_tables[5]; extern const unsigned char *alloc_tables[5];
extern const double enwindow[512]; extern const double enwindow[512];
extern const int sblimit_table[5]; extern const int sblimit_table[5];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment