mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user