comparison mpegaudio.h @ 472:e2fdb793069c libavcodec

added missing externs
author bellard
date Tue, 04 Jun 2002 12:53:11 +0000
parents 608c7f964bca
children b32afefe7d33
comparison
equal deleted inserted replaced
471:d7f65ea52aaa 472:e2fdb793069c
15 #define MPA_DUAL 2 15 #define MPA_DUAL 2
16 #define MPA_MONO 3 16 #define MPA_MONO 3
17 17
18 int l2_select_table(int bitrate, int nb_channels, int freq, int lsf); 18 int l2_select_table(int bitrate, int nb_channels, int freq, int lsf);
19 19
20 const UINT16 mpa_bitrate_tab[2][3][15]; 20 extern const UINT16 mpa_bitrate_tab[2][3][15];
21 const UINT16 mpa_freq_tab[3]; 21 extern const UINT16 mpa_freq_tab[3];
22 extern const unsigned char *alloc_tables[5]; 22 extern const unsigned char *alloc_tables[5];
23 extern const double enwindow[512]; 23 extern const double enwindow[512];
24 extern const int sblimit_table[5]; 24 extern const int sblimit_table[5];
25 extern const int quant_steps[17]; 25 extern const int quant_steps[17];
26 extern const int quant_bits[17]; 26 extern const int quant_bits[17];