FFmpeg
|
act.c File Reference
Include dependency graph for act.c:
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().
Function Documentation
|
static |
|
static |
|
static |
Variable Documentation
AVInputFormat ff_act_demuxer |
Initial value:
= {
.name = "act",
.long_name = "ACT Voice file format",
.priv_data_size = sizeof(ACTContext),
.read_probe = probe,
}
Definition: act.c:30
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11