Libav
|
Go to the source code of this file.
Data Structures | |
struct | MMFContext |
Defines | |
#define | MAX_SIZE 4096 |
Functions | |
static int | mmf_rate (int code) |
static int | mmf_probe (AVProbeData *p) |
static int | mmf_read_header (AVFormatContext *s, AVFormatParameters *ap) |
static int | mmf_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const int | mmf_rates [] = { 4000, 8000, 11025, 22050, 44100 } |
#define MAX_SIZE 4096 |
Definition at line 259 of file mmf.c.
Referenced by mmf_read_packet().
static int mmf_probe | ( | AVProbeData * | p | ) | [static] |
static int mmf_rate | ( | int | code | ) | [static] |
Definition at line 32 of file mmf.c.
Referenced by mmf_read_header().
static int mmf_read_header | ( | AVFormatContext * | s, |
AVFormatParameters * | ap | ||
) | [static] |
static int mmf_read_packet | ( | AVFormatContext * | s, |
AVPacket * | pkt | ||
) | [static] |
const int mmf_rates[] = { 4000, 8000, 11025, 22050, 44100 } [static] |
Definition at line 30 of file mmf.c.
Referenced by mmf_rate().