Go to the source code of this file.
◆ OFFSET
◆ ENC
◆ gif_init()
Definition at line 43 of file gif.c.
◆ gif_parse_packet()
◆ gif_get_delay()
◆ gif_write_packet()
◆ gif_write_trailer()
◆ options
Initial value:= {
{
"loop",
"Number of times to loop the output: -1 - no loop, 0 - infinite loop",
OFFSET(
loop),
{
"final_delay",
"Force delay (in centiseconds) after the last frame",
OFFSET(last_delay),
}
Definition at line 185 of file gif.c.
◆ gif_muxer_class
Initial value:= {
.class_name = "GIF muxer",
}
Definition at line 193 of file gif.c.
◆ ff_gif_muxer
Initial value:= {
.p.name = "gif",
.p.mime_type = "image/gif",
.p.extensions = "gif",
}
Definition at line 200 of file gif.c.