FFmpeg
|
Deluxe Paint Animation demuxer. More...
Go to the source code of this file.
Data Structures | |
struct | Page |
struct | AnmDemuxContext |
Macros | |
#define | MAX_PAGES 256 |
Deluxe Paint hardcoded value. | |
#define | LPF_TAG MKTAG('L','P','F',' ') |
#define | ANIM_TAG MKTAG('A','N','I','M') |
Functions | |
static int | probe (AVProbeData *p) |
static int | find_record (const AnmDemuxContext *anm, int record) |
static int | read_header (AVFormatContext *s) |
static int | read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_anm_demuxer |
Deluxe Paint Animation demuxer.
Definition in file anm.c.
#define MAX_PAGES 256 |
Deluxe Paint hardcoded value.
Definition at line 41 of file anm.c.
Referenced by find_record(), read_header(), and read_packet().
Definition at line 48 of file anm.c.
Referenced by probe(), and read_header().
|
static |
|
static |
Definition at line 63 of file anm.c.
Referenced by read_header(), and read_packet().
|
static |
|
static |
AVInputFormat ff_anm_demuxer |