FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavcodec/paf.h"
#include "avformat.h"
#include "internal.h"
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" |
Functions | |
static int | read_probe (const AVProbeData *p) |
static int | read_close (AVFormatContext *s) |
static int | 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" |
|
static |
|
static |
Definition at line 64 of file paf.c.
Referenced by read_header().
|
static |
Definition at line 78 of file paf.c.
Referenced by read_header().
|
static |
|
static |
AVInputFormat ff_paf_demuxer |