libavformat/act.c File Reference

#include "avformat.h"
#include "riff.h"
#include "internal.h"
#include "libavcodec/get_bits.h"

Go to the source code of this file.

Data Structures

struct  ACTContext

Defines

#define CHUNK_SIZE   512
#define RIFF_TAG   MKTAG('R','I','F','F')
#define WAVE_TAG   MKTAG('W','A','V','E')

Functions

static int probe (AVProbeData *p)
static int read_header (AVFormatContext *s, AVFormatParameters *ap)
static int read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat ff_act_demuxer


Define Documentation

#define CHUNK_SIZE   512

Definition at line 26 of file act.c.

Referenced by read_header(), and read_packet().

#define RIFF_TAG   MKTAG('R','I','F','F')

Definition at line 27 of file act.c.

#define WAVE_TAG   MKTAG('W','A','V','E')

Definition at line 28 of file act.c.

Referenced by probe().


Function Documentation

static int probe ( AVProbeData p  )  [static]

Definition at line 36 of file act.c.

Referenced by main().

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

Definition at line 63 of file act.c.

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

Definition at line 111 of file act.c.


Variable Documentation

Initial value:

 {
    .name           = "act",
    .long_name      = "ACT Voice file format",
    .priv_data_size = sizeof(ACTContext),
    .read_probe     = probe,
    .read_header    = read_header,
    .read_packet    = read_packet,
}

Definition at line 201 of file act.c.


Generated on Fri Oct 26 02:43:51 2012 for FFmpeg by  doxygen 1.5.8