FFmpeg
|
libavformat/anm.c File Reference
Deluxe Paint Animation demuxer. More...
Include dependency graph for libavformat/anm.c:
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 (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 |
Detailed Description
Deluxe Paint Animation demuxer.
Definition in file libavformat/anm.c.
Macro Definition Documentation
Definition at line 48 of file libavformat/anm.c.
Referenced by probe(), and read_header().
Definition at line 47 of file libavformat/anm.c.
Referenced by probe().
#define MAX_PAGES 256 |
Deluxe Paint hardcoded value.
Definition at line 41 of file libavformat/anm.c.
Referenced by find_record(), read_header(), and read_packet().
Function Documentation
|
static |
- Returns
- page containing the requested record or AVERROR_XXX
Definition at line 63 of file libavformat/anm.c.
Referenced by read_header(), and read_packet().
|
static |
Definition at line 50 of file libavformat/anm.c.
|
static |
Definition at line 79 of file libavformat/anm.c.
|
static |
Definition at line 170 of file libavformat/anm.c.
Variable Documentation
AVInputFormat ff_anm_demuxer |
Initial value:
= {
.name = "anm",
.long_name = NULL_IF_CONFIG_SMALL("Deluxe Paint Animation"),
.priv_data_size = sizeof(AnmDemuxContext),
.read_probe = probe,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/anm.c:170
Definition: libavformat/anm.c:37
Definition at line 222 of file libavformat/anm.c.
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11