libavformat/mmf.c File Reference

#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, AVFormatParameters *ap)
static int mmf_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

static const int mmf_rates [] = { 4000, 8000, 11025, 22050, 44100 }


Define Documentation

#define MAX_SIZE   4096

Definition at line 261 of file mmf.c.


Function Documentation

static int mmf_probe ( AVProbeData p  )  [static]

Definition at line 170 of file mmf.c.

static int mmf_rate ( int  code  )  [static]

Definition at line 34 of file mmf.c.

Referenced by mmf_read_header().

static int mmf_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 183 of file mmf.c.

static int mmf_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 263 of file mmf.c.


Variable Documentation

const int mmf_rates[] = { 4000, 8000, 11025, 22050, 44100 } [static]

Definition at line 32 of file mmf.c.

Referenced by mmf_rate().


Generated on Fri Oct 26 02:46:13 2012 for FFmpeg by  doxygen 1.5.8