#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
#define MAGIC "Packed Animation File V1.0\n(c) 1992-96 Amazing Studio\x0a\x1a" |
#define PAF_SOUND_SAMPLES 2205 |
Definition at line 58 of file paf.c.
Definition at line 90 of file paf.c.
Initial value:= {
.name = "paf",
}
static int read_probe(AVProbeData *p)
static int read_header(AVFormatContext *s)
static int read_close(AVFormatContext *s)
static int read_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 259 of file paf.c.