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" |
Definition at line 29 of file paf.c.
◆ read_probe()
Definition at line 58 of file paf.c.
◆ read_close()
Definition at line 66 of file paf.c.
◆ read_table()
| static int read_table |
( |
AVFormatContext * | s, |
|
|
uint32_t * | table, |
|
|
uint32_t | count ) |
|
static |
◆ read_header()
Definition at line 94 of file paf.c.
◆ read_packet()
◆ ff_paf_demuxer
Initial value:= {
.p.name = "paf",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
#define FF_INFMT_FLAG_INIT_CLEANUP
For an FFInputFormat with this flag set read_close() needs to be called by the caller upon read_heade...
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static av_cold int read_close(AVFormatContext *ctx)
Definition at line 270 of file paf.c.