#include "avformat.h"
#include "riff.h"
#include "internal.h"
#include "libavcodec/get_bits.h"
Go to the source code of this file.
◆ CHUNK_SIZE
◆ RIFF_TAG
◆ WAVE_TAG
◆ 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 probe(AVProbeData *p)
static int read_header(AVFormatContext *s)
Definition at line 200 of file act.c.