FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | Page |
struct | AnmDemuxContext |
Macros | |
#define | MAX_PAGES 256 |
Deluxe Paint hardcoded value. More... | |
#define | LPF_TAG MKTAG('L','P','F',' ') |
#define | ANIM_TAG MKTAG('A','N','I','M') |
Functions | |
static int | probe (const 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 | |
const FFInputFormat | ff_anm_demuxer |
Deluxe Paint Animation demuxer
Definition in file anm.c.
|
static |
|
static |
Definition at line 64 of file anm.c.
Referenced by read_header(), and read_packet().
|
static |
|
static |
const FFInputFormat ff_anm_demuxer |