#include "avcodec.h"
#include "mpegaudio.h"
#include "mpegaudiodata.h"
#include "mpegaudiodecheader.h"
Go to the source code of this file.
Functions | |
int | ff_mpegaudio_decode_header (MPADecodeHeader *s, uint32_t header) |
int | ff_mpa_decode_header (AVCodecContext *avctx, uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bit_rate) |
Definition in file mpegaudiodecheader.c.
int ff_mpa_decode_header | ( | AVCodecContext * | avctx, | |
uint32_t | head, | |||
int * | sample_rate, | |||
int * | channels, | |||
int * | frame_size, | |||
int * | bit_rate | |||
) |
Definition at line 112 of file mpegaudiodecheader.c.
Referenced by mp3_read_probe(), and mpegaudio_parse().
int ff_mpegaudio_decode_header | ( | MPADecodeHeader * | s, | |
uint32_t | header | |||
) |
Definition at line 34 of file mpegaudiodecheader.c.
Referenced by decode_frame(), ff_mpa_decode_header(), and mp3_parse_vbr_tags().