APNG demuxer.
More...
Go to the source code of this file.
#define DEFAULT_APNG_FPS 15 |
Initial value:= {
{ "ignore_loop", "ignore loop setting" , 0x42,
{ "max_fps" , "maximum framerate (0 is no limit)" , 0x42,
{ "default_fps", "default framerate (0 is as fast as possible)", 0x42,
}
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
Definition at line 416 of file apngdec.c.
Initial value:= {
.class_name = "APNG demuxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption options[]
Definition at line 426 of file apngdec.c.
Initial value:= {
.name = "apng",
}
static int apng_probe(AVProbeData *p)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int apng_read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static const AVClass demuxer_class
static int apng_read_header(AVFormatContext *s)
Definition at line 434 of file apngdec.c.