#include "avformat.h"
#include "riff.h"
#include "internal.h"
#include "libavcodec/get_bits.h"
Go to the source code of this file.
◆ CHUNK_SIZE
Definition at line 26 of file act.c.
◆ RIFF_TAG
Definition at line 27 of file act.c.
◆ WAVE_TAG
Definition at line 28 of file act.c.
◆ probe()
◆ read_header()
Definition at line 63 of file act.c.
◆ read_packet()
◆ ff_act_demuxer
Initial value:= {
.name = "act",
.long_name = "ACT Voice file format",
}
static int read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_header(AVFormatContext *s)
static int probe(const AVProbeData *p)
Definition at line 203 of file act.c.