Go to the source code of this file.
◆ OFFSET
◆ ENC
◆ apng_find_chunk()
static const uint8_t* apng_find_chunk |
( |
uint32_t |
tag, |
|
|
const uint8_t * |
buf, |
|
|
size_t |
length |
|
) |
| |
|
static |
◆ apng_write_chunk()
static void apng_write_chunk |
( |
AVIOContext * |
io_context, |
|
|
uint32_t |
tag, |
|
|
uint8_t * |
buf, |
|
|
size_t |
length |
|
) |
| |
|
static |
◆ apng_write_header()
◆ flush_packet()
◆ apng_write_packet()
◆ apng_write_trailer()
◆ apng_deinit()
◆ options
Initial value:= {
{
"plays",
"Number of times to play the output: 0 - infinite loop, 1 - no loop",
OFFSET(plays),
{
"final_delay",
"Force delay after the last frame",
OFFSET(last_delay),
}
Definition at line 295 of file apngenc.c.
◆ apng_muxer_class
Initial value:= {
.class_name = "APNG muxer",
}
Definition at line 303 of file apngenc.c.
◆ ff_apng_muxer
Initial value:= {
.p.name = "apng",
.p.mime_type = "image/png",
.p.extensions = "apng",
}
Definition at line 310 of file apngenc.c.