#include "libavutil/intreadwrite.h"
#include "avformat.h"
Go to the source code of this file.
Data Structures | |
| struct | Page |
| struct | AnmDemuxContext |
Defines | |
| #define | MAX_PAGES 256 |
| #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, AVFormatParameters *ap) |
| static int | read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVInputFormat | anm_demuxer |
Definition in file anm.c.
| #define ANIM_TAG MKTAG('A','N','I','M') |
| #define MAX_PAGES 256 |
| static int find_record | ( | const AnmDemuxContext * | anm, | |
| int | record | |||
| ) | [static] |
Definition at line 62 of file anm.c.
Referenced by read_header(), and read_packet().
| static int probe | ( | AVProbeData * | p | ) | [static] |
| static int read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
| static int read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
Definition at line 176 of file anm.c.
Referenced by av_alloc_put_byte(), handle_packets(), init_put_byte(), mpegts_raw_read_packet(), and mpegts_read_header().
Initial value:
{
"anm",
NULL_IF_CONFIG_SMALL("Deluxe Paint Animation"),
sizeof(AnmDemuxContext),
probe,
read_header,
read_packet,
}
1.5.8