Go to the source code of this file.
static int gif_image_write_header |
( |
AVIOContext * |
pb, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
loop_count, |
|
|
uint32_t * |
palette |
|
) |
| |
|
static |
Definition at line 79 of file gif.c.
Initial value:= {
{
"loop",
"Number of times to loop the output: -1 - no loop, 0 - infinite loop",
OFFSET(
loop),
{
"final_delay",
"Force delay (in ms) after the last frame",
OFFSET(last_delay),
{ NULL },
}
Definition at line 194 of file gif.c.
Initial value:= {
.class_name = "GIF muxer",
}
Definition at line 202 of file gif.c.
Initial value:= {
.name = "gif",
.mime_type = "image/gif",
.extensions = "gif",
}
Definition at line 209 of file gif.c.