|
|
@ -54,7 +54,12 @@ int avpriv_mpegaudio_decode_header(MPADecodeHeader *s, uint32_t header); |
|
|
|
|
|
|
|
|
|
|
|
/* useful helper to get mpeg audio stream infos. Return -1 if error in
|
|
|
|
/* useful helper to get mpeg audio stream infos. Return -1 if error in
|
|
|
|
header, otherwise the coded frame size in bytes */ |
|
|
|
header, otherwise the coded frame size in bytes */ |
|
|
|
|
|
|
|
int ff_mpa_decode_header(AVCodecContext *avctx, uint32_t head, int *sample_rate, |
|
|
|
|
|
|
|
int *channels, int *frame_size, int *bitrate); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if LIBAVCODEC_VERSION_MAJOR < 57 |
|
|
|
int avpriv_mpa_decode_header(AVCodecContext *avctx, uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bitrate); |
|
|
|
int avpriv_mpa_decode_header(AVCodecContext *avctx, uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bitrate); |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
/* fast header check for resync */ |
|
|
|
/* fast header check for resync */ |
|
|
|
static inline int ff_mpa_check_header(uint32_t header){ |
|
|
|
static inline int ff_mpa_check_header(uint32_t header){ |
|
|
|