FFmpeg
|
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "internal.h"
#include "avio_internal.h"
#include "pcm.h"
#include "rawenc.h"
#include "riff.h"
Go to the source code of this file.
Data Structures | |
struct | MMFContext |
Macros | |
#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 } |
#define MAX_SIZE 4096 |
Definition at line 272 of file mmf.c.
Referenced by mmf_read_packet().
|
static |
Definition at line 38 of file mmf.c.
Referenced by mmf_read_header().
|
static |
|
static |
|
static |
|
static |
Definition at line 36 of file mmf.c.
Referenced by mmf_rate().