FFmpeg
|
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 |
#define CHUNK_SIZE 512 |
Definition at line 26 of file act.c.
Referenced by read_header(), and read_packet().
|
static |
|
static |
|
static |
AVInputFormat ff_act_demuxer |