Go to the source code of this file.
|
#define | MAGIC "Packed Animation File V1.0\n(c) 1992-96 Amazing Studio\x0a\x1a" |
|
◆ MAGIC
#define MAGIC "Packed Animation File V1.0\n(c) 1992-96 Amazing Studio\x0a\x1a" |
◆ read_probe()
Definition at line 56 of file paf.c.
◆ read_close()
◆ read_table()
◆ read_header()
Definition at line 88 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 260 of file paf.c.