|
Libav
|
Go to the source code of this file.
Data Structures | |
| struct | PAFDemuxContext |
Macros | |
| #define | MAGIC "Packed Animation File V1.0\n(c) 1992-96 Amazing Studio\x0a\x1a" |
| #define | PAF_SOUND_SAMPLES 2205 |
| #define | PAF_SOUND_FRAME_SIZE ((256 + PAF_SOUND_SAMPLES) * 2) |
Functions | |
| static int | read_probe (AVProbeData *p) |
| static int | read_close (AVFormatContext *s) |
| static void | read_table (AVFormatContext *s, uint32_t *table, uint32_t count) |
| static int | read_header (AVFormatContext *s) |
| static int | read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVInputFormat | ff_paf_demuxer |
| #define MAGIC "Packed Animation File V1.0\n(c) 1992-96 Amazing Studio\x0a\x1a" |
Definition at line 27 of file paf.c.
Referenced by read_probe().
| #define PAF_SOUND_SAMPLES 2205 |
Definition at line 28 of file paf.c.
Referenced by read_packet().
| #define PAF_SOUND_FRAME_SIZE ((256 + PAF_SOUND_SAMPLES) * 2) |
Definition at line 29 of file paf.c.
Referenced by read_packet().
|
static |
|
static |
Definition at line 66 of file paf.c.
Referenced by read_header().
|
static |
Definition at line 80 of file paf.c.
Referenced by read_header().
|
static |
|
static |
| AVInputFormat ff_paf_demuxer |
1.8.8