FFmpeg
|
mpegaudiodecheader.c File Reference
MPEG Audio header decoder. More...
#include "avcodec.h"
#include "mpegaudio.h"
#include "mpegaudiodata.h"
#include "mpegaudiodecheader.h"
Include dependency graph for mpegaudiodecheader.c:
Go to the source code of this file.
Functions | |
int | avpriv_mpegaudio_decode_header (MPADecodeHeader *s, uint32_t header) |
int | avpriv_mpa_decode_header (AVCodecContext *avctx, uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bit_rate) |
Detailed Description
MPEG Audio header decoder.
Definition in file mpegaudiodecheader.c.
Function Documentation
int avpriv_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 avpriv_mpegaudio_decode_header | ( | MPADecodeHeader * | s, |
uint32_t | header | ||
) |
Definition at line 34 of file mpegaudiodecheader.c.
Referenced by avpriv_mpa_decode_header(), check(), decode_frame(), flush(), libshine_encode_frame(), mp3_parse_vbr_tags(), mp3_write_audio_packet(), mp3_write_xing(), and mp3lame_encode_frame().
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11