Go to the source code of this file.
§ MAGIC
#define MAGIC "Packed Animation File V1.0\n(c) 1992-96 Amazing Studio\x0a\x1a" |
§ PAF_SOUND_SAMPLES
#define PAF_SOUND_SAMPLES 2205 |
§ PAF_SOUND_FRAME_SIZE
§ read_probe()
Definition at line 58 of file paf.c.
§ read_close()
§ read_table()
§ read_header()
Definition at line 90 of file paf.c.
§ read_packet()
§ ff_paf_demuxer
Initial value:= {
.name = "paf",
}
static int read_probe(AVProbeData *p)
static int read_header(AVFormatContext *s)
static int read_close(AVFormatContext *s)
static int read_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 259 of file paf.c.