libavformat/amr.c File Reference

#include "libavutil/avassert.h"
#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Functions

static int amr_probe (AVProbeData *p)
static int amr_read_header (AVFormatContext *s)
static int amr_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

static const char AMR_header [] = "#!AMR\n"
static const char AMRWB_header [] = "#!AMR-WB\n"


Function Documentation

static int amr_probe ( AVProbeData p  )  [static]

Definition at line 62 of file amr.c.

static int amr_read_header ( AVFormatContext s  )  [static]

Definition at line 75 of file amr.c.

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

Definition at line 107 of file amr.c.


Variable Documentation

const char AMR_header[] = "#!AMR\n" [static]

Definition at line 32 of file amr.c.

Referenced by amr_probe(), and amr_read_header().

const char AMRWB_header[] = "#!AMR-WB\n" [static]

Definition at line 33 of file amr.c.

Referenced by amr_read_header().


Generated on Fri Oct 26 02:50:10 2012 for FFmpeg by  doxygen 1.5.8