FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
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
 

Macros

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

Variables

AVInputFormat ff_act_demuxer
 

Macro Definition 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.

Referenced by probe().

#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.

static int read_header ( AVFormatContext s)
static

Definition at line 63 of file act.c.

static int read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 110 of file act.c.

Variable Documentation

AVInputFormat ff_act_demuxer
Initial value:
= {
.name = "act",
.long_name = "ACT Voice file format",
.priv_data_size = sizeof(ACTContext),
}

Definition at line 200 of file act.c.