#include "avformat.h"
#include "internal.h"
#include "avio_internal.h"
#include "pcm.h"
#include "riff.h"
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) |
static int | mmf_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const int | mmf_rates [] = { 4000, 8000, 11025, 22050, 44100 } |
static int mmf_probe | ( | AVProbeData * | p | ) | [static] |
static int mmf_rate | ( | int | code | ) | [static] |
static int mmf_read_header | ( | AVFormatContext * | s | ) | [static] |
static int mmf_read_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
const int mmf_rates[] = { 4000, 8000, 11025, 22050, 44100 } [static] |