提交 6d5bf534 编写于 作者: F Fabrice Bellard

added missing externs

Originally committed as revision 658 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 39825f31
...@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册