exported mpa_decode_header for new parser API

Originally committed as revision 2491 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard
2003-11-10 15:21:16 +00:00
parent 8dbcc9f226
commit 962d6ae6c5
2 changed files with 12 additions and 16 deletions

View File

@@ -19,6 +19,7 @@
#define MPA_MONO 3
int l2_select_table(int bitrate, int nb_channels, int freq, int lsf);
int mpa_decode_header(AVCodecContext *avctx, uint32_t head);
extern const uint16_t mpa_bitrate_tab[2][3][15];
extern const uint16_t mpa_freq_tab[3];